.container {
    position: relative;
    /*width: 100%;*/
}

.container-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  opacity: 0.3;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 1;
}

.text-container {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

ul {
  margin-top: -5px;
}

.ion-md-save-menor {
  content: url(../img/menu/save3.svg);
  width: 18px;
  height: 24px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-confirm {
  content: url(../img/menu/confirm2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-save {
  content: url(../img/menu/save2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-new {
  content: url(../img/menu/new2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}


.ion-md-menu {
  content: url(../img/menu/menu2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-campanhas {
  content: url(../img/menu/campanhas2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-campanhas-hope {
  content: url(../img/menu/hope/campanhas-p.png);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-campanhas-grande {
  content: url(../img/menu/campanhas2.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-campanhas-grande-hope {
  content: url(../img/menu/hope/campanhas-g.png);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-pedidos {
  content: url(../img/menu/pedidos2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-pedidos-hope {
  content: url(../img/menu/hope/pedidos-p.png);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-pedidos-grande {
  content: url(../img/menu/pedidos2.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-pedidos-grande-hope {
  content: url(../img/menu/hope/pedidos-g.png);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-produtos {
  content: url(../img/menu/produtos2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-produtos-hope {
  content: url(../img/menu/hope/produtos-p.png);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-produtos-grande {
  content: url(../img/menu/produtos2.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-produtos-grande-hope {
  content: url(../img/menu/produtos-g.png);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-carrinho {
  content: url(../img/menu/carrinhos2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-carrinho-hope {
  content: url(../img/menu/hope/carrinho-p.png);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}


.ion-md-carrinho-medio {
  content: url(../img/menu/carrinhos2.svg);
  width: 48.6px;
  height: 64.8px;
  margin-left: -6px;
  margin-top: -1px;
  /*padding: 6px 4px 2px;*/
  opacity: 0.9;
}

.ion-md-carrinho-grande {
  content: url(../img/menu/carrinhos2.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-carrinho-grande-hope {
  content: url(../img/menu/hope/carrinho-g.png);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-graficos {
  content: url(../img/menu/graficos2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-graficos-grande {
  content: url(../img/menu/graficos2.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-sobre {
  content: url(../img/menu/about2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}


.ion-md-sair {
  content: url(../img/menu/exit2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-sair-grande {
  content: url(../img/menu/exit2.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-clientes {
  content: url(../img/menu/clientes2.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-clientes-grande {
  content: url(../img/menu/clientes2.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-sync {
  content: url(../img/menu/cloud-computing.svg);
  width: 36px;
  height: 48px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}

.ion-md-sync-grande {
  content: url(../img/menu/cloud-computing.svg);
  width: 72px;
  height: 96px;
  padding: 6px 4px 2px;
  opacity: 0.9;
}


.header-badge{
  /*width: 19px;
  height: 19px;*/
  text-align: center;
  font-size: 10px;
  opacity: 0.7;
  top: -35px !important;
  left: 15px !important;
}

.li-titulo {
  line-height: 18px !important;
  font-weight: bold !important;
  font-size: 17px !important;
}

.li-valor {
  color: #ffc900;
  text-align: right;
  font-size: 16px;
  margin-top: 1px;
}

.ul-space {
  margin-left: 10px;
}

.button-footer-space {
 margin-left: 5px; 
}

.custom-item-divider.item-divider {
  /*background-color: dark;
    color: white;*/
  border-color: #111;
  /*background-color: #444444;
  background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);*/
  background-color:#444444;
  background-image: linear-gradient(to bottom, transparent, #111 50%);
  color: #fff;  
  font-size: 19px
}

.custom-footer {
  border-color: #111;
  background-color:#444444;
  background-image: linear-gradient(to bottom, transparent, #111 50%);
  color: #fff;  
  font-size: 16px
}

.watchlist_menu {
   float: right;
   margin: -6px;
   margin-left: 10px;
   font-size: 10px;
}

.scroll-bar-indicator
{
	display: none;
}

.div-grade {
   height: 300px;
  margin-top: -6px;
}

.div-grade-cabecalho {
   height: 42px;
}

.div-disabled
{
  pointer-events: none;
  opacity: 0.5;
  background: #CCC;
}

.text-disabled {
  pointer-events: none; 
  opacity: 1;
}

.linha-grade {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 8px;  
    line-height: 11px;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.quebradiv {
  width: 180px;
  word-break: break-all;
  white-space: normal;
}

.linha-qtde-produtos {
    white-space: pre-wrap;
    height: 30px;
    width:170px;
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;  
    line-height: 18px; 
    color: red; 
}

.angular-with-newlines {
    white-space: pre-wrap;
    height: 63px;
    width:170px;
    background: #FFFFFF;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;  
    line-height: 14px; 
    color: black; 
}

.angular-with-newlines-hope {
    white-space: pre-wrap;
    height: 60px;
    /*width:188px;*/
    /*width:100%;*/
    max-width: 900px;
    margin: auto;
    /*background: #eee;*/
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;  
    line-height: 18px; 
    color: #45619D; 
    text-align: center;
}

.angular-with-newlines-lista {
    white-space: pre-wrap;
    height: 88px;
    /**height: 65px;
    width:160px;*/
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;  
    line-height: 13px; 
    color: black; 
}

.angular-with-newlines-lista-vermelha {
    white-space: pre-wrap;
    height: 88px;
    /**height: 65px;
    width:160px;*/
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;  
    line-height: 13px; 
    color: red; 
}

.angular-with-newlines-estoque-preco {
    white-space: pre-wrap;
    height: 17px;
    /**height: 65px;
    width:160px;*/
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;  
    line-height: 13px; 
    color: black; 
}

.angular-with-newlines-lista-qtde {
    white-space: pre-wrap;
    height: 50px;
    /**height: 65px;
    width:160px;*/
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;  
    line-height: 19px; 
    text-align: right !important;
    color: black;    
}

.option-selected{
  background-color: #ccc !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
    /**height: 200px;**/
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color:#000;
    margin: 0;
    padding: 0;
}

.swiper-slide {
        text-align: center;
        font-size: 13px;
        background: #fff;
        /*width: 100%;*/
        width: 75%;

        /*background-position: center;
        background-size: cover;*/

        /*Center slide text vertically*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

/*.swiper-slide:nth-child(2n) {
    width: 80%;
}
.swiper-slide:nth-child(3n) {
    width: 80%;
}*/

.meu_estilo {
	/*background: rgba(2, 143, 212, 0.99);*/
  /*background-color: white;*/
	padding: 2%;
	text-align: center;
	font: 16px "Helvetica Neue", Helvetica, Arial;
	color: #FFFFFF;
}

/**
  .swiper-container {
      width: 100%;
      height: 100%;
  }

    .swiper-slide {
        text-align: center;
        color: black;
        font-size: 18px;
        background: #fff;
        
        //Center slide text vertically
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
*/

.fundo_logo {
  /*background: url(../img/hope/fundo_login.jpg) center !important;*/
  background: url(../img/jr/fundo_login4.jpg) center !important;
  background-size: cover !important;
}

#myDiv 
{
height:50px;
width:140px;
}

#myDiv img
{
max-width:100%; 
max-height:100%;
margin:auto;
display:block;
}
.input-label {
  display: table;
  padding: 7px 10px 7px 0px;
  max-width: 200px;
  width: 35%;
  color: black;
  font-size: 20px; }

.meu_estilo_sobre {
	background: rgba(237, 27, 45, 0);
	padding: 2%;
	text-align: center;
	font: 16px "Helvetica Neue", Helvetica, Arial;
	color: #FFFFFF;
}

.slider {
  height: 100px;
  background-color: #eee;
}

.slider-slide {
    text-align: center
}

.box {
  padding: 1em;
}   

.p {
	margin-top: 30px;
	/*background-image: url("img/sabesp_fundo_grande.png");*/
}


.center{
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



/* Estilo para grade convencional funcionar.
.header .col {
  background-color:lightgrey;
}

.col {
  border: solid 1px grey;
  border-bottom-style: none;
  border-right-style: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;  
  line-height: 12px;  
}

.col:last-child {
  border-right: solid 1px grey;
}

.row:last-child .col {
  border-bottom: solid 1px grey;
}
/*FIM Grade convencional*/


.grade.header .col {
  background-color:lightgrey;
  border: solid 1px gray;
}

.grade.col {
  border: solid 1px gray;
  border-bottom-style: none;
  border-right-style: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;  
  line-height: 12px;  
}

/*.grade col {
  border: solid 1px gray;
  border-bottom-style: none;
  border-right-style: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;  
  line-height: 12px;  
}*/


.grade.col:last-child {
  border-right: solid 1px gray;
}

.grade.row:last-child .col {
  border-bottom: solid 1px gray;
}
/**/


.celula {
  width: 99.9%;
  height: 55px;
  text-align: center;
  line-height: 50px;
 }


.celula-cor {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;  
  line-height: 12px;
  text-align: center;
}

.celula-quantidade {
   font-size:18px !important; 
}

.celula-quantidade-focus{
  font-size:18px !important; 
  border: solid 2px #45619D;
}

.celula-quantidade-erro {
  font-size:18px !important;
  background-color: red !important; 
}

.img-campanha-carrossel {
    opacity: 0 !important;
   animation: fade 0.4s forwards !important; /*0.2*/
   animation-delay:0.4s !important;
}

ks-swiper-container img{
    opacity: 0;
   animation: fade 0.2s forwards; /*0.2*/
   animation-delay:0.3s;
}

@-webkit-keyframes fade{
    from {opacity:0;}
    to {opacity:1;}
}

progress[value] {
  height: 20px;
}

.tab-item.tab-item-active, .tab-item.active, .tab-item.activated {
    color: #45619D;
}

.icon-color {
 color: #45619D; 
}

/*custom is class added to ion-content*/

.custom {
  /*background-color: #3f4041 !important; /* This sets the background color*/
  background-color: #F5F5F5 !important; 
 }

/*Set the background to transparent for ion-item*/
.custom .item {
  background-color: transparent;
  border:none;   /*Removes all borders*/
  border-top: 1px solid;   /*Top Border for each menu item*/
  border-bottom:1px solid;   /*Bottom border for each menu item*/
  border-color: #DDDDDD;   /*Sets colors for top and bottom border*/
  color: #3f4041;    /*Text color for each item*/
}

/*Changes the border for the last item*/
.custom .item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.custom .item-complex .item-content, .dark .item-radio .item-content {
  background-color: transparent;
}

/*Just makes the type white*/
.custom h2,
.custom h3,
.custom p,
.custom a {
  color: white;  /*Text color for each item, overrides the color property above*/
}

.combo {
   font-size:6px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.error {
  font-family: "Arial Black", Arial;
  font-size: 14px;
  text-transform: uppercase;
  color: red;
}

.sucess {
  color: #00688B;
  font-size: 14px;
}

.popup {
    min-width: 80% !important;
    /*height: 230px;*/
}

.popup-title {
    color: #AAAAAA;
    font-weight: bold;
}

.popup-body {
    overflow: inherit !important;
    text-align: center;
    vertical-align: center;
    position: relative;
    font-size: 15px;
    line-height: 16px; 
    /*height: 85px;*/
    height: 150px;
}

.popup-body-modal .popup-body {
    overflow: inherit !important;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 17px; 
    height: 180px;
}

.popup-head {
  background-color:  #444444;
}

.popup-title {
  color: white;
}

/*.popup-buttons .button {
    background-color: #444444;
}*/

.popup-buttons .button {
    background-color: #444444;
    color: white;
    font-size: 14px;
}

/*css do pop-up*/
.popupTecladoNumerico .popup-body-modal .popup-body {
  overflow: inherit !important;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 17px; 
  height: 90%;
}

.popupTecladoNumerico .popup-body {
  overflow: inherit !important;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 17px; 
  height: 90%;
}

.popupTecladoNumerico .popup {
  min-width: 80% !important;
  height: 475px;
}

.container{
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
}

.tastierino{
  padding: 10px;
  border-radius: 10px;
}

.tastierino{ 
  background-color: white;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  box-shadow: 10px 10px 20px -2px rgba(0,0,0,0.1)
}

.num{
  position:relative;
  width: 90%;
  height: 30px;
  display: inline-block;
  background: white;
  color: gray;
  font-family: helvetica;
  margin:5px;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.rowNum {
  line-height: 33px;
}

.colNum {
  height: 37px;
}

.num:hover{
  opacity: 0.8;
}

.num:active{
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

.num p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  font-size: 25px;
  cursor: pointer;
  
}

.labelTeclado {
  font-size: 44px;
  text-align: center;
  vertical-align: center;
  padding-top: 13px;
}

.btncode {
    position: absolute;
    right: -22px;
    bottom: -20px;
    width: 45px;
    cursor: pointer;
}

.textarea-like {
  white-space: normal; /* Preserve whitespace and wrap text */
  word-wrap: break-word; /* Ensure long words break to fit the container */
  font-family: inherit; /* Optional: Inherit font family from parent */
  font-size: inherit; /* Optional: Inherit font size from parent */
}

/**::-webkit-input-placeholder {
  color: red !important;
  font-size: 9px;
  text-align: center;
}*/

