.grande{
    font-size: 18px;
}
.mid{
    font-size: 15px;
}
.small{
    font-size: 12px;
}
.small-h{
    max-height: 32px;
    overflow: hidden;
    display: block;
}
.left-al {
    text-align: left;
}
.center-al{
    text-align: center;
}
.right-al{
    text-align: right;
}

.padding{
    padding: 8px;
}

.content{
    padding-top: 56px;
}

.transparent{
    background-color: transparent;
    background: transparent;
}
.tabbar__icon,
.tabbar__label {
    color: #088ab2;
    text-transform: none;
}

.inputlogin{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  overflow: visible;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  user-select: auto;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;

}
.inputlogin:focus{
  border-color: #6dbbcc;
}

.form-input{
  width: 100%;
  border: solid 1px #ccc;
  height: 40px;
  border-radius: 4px;
  font-size: 18px;
  font-weight:200;
}
.bg-steel-blue{
    background: #08acde;
}
.avatar {
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-left: 8px;
}
.progress-bar__primary{
    background-color: #08acde;

}
.progress-bar {
    height: 4px;
}
.progress-bar__secondary {
    background-color: #08acde1a;
}
            .infinito {
              padding-top: 0px;
              padding-bottom: 0px;
              min-width: 100%;
    height: 30px;
     position: fixed;
    background: white;
    z-index: 99; 
    font-weight: bold;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {

}

@keyframes mymove {
   0%   {opacity: 1;}
    25%  {opacity:  1;}
    50%  {opacity:  1;}
    75%  {opacity:  1;}
    100% {opacity: 1;}
}
.tabbar__icon, .tabbar__label{
  color: white;
}

datepicker, .datepicker, [datepicker], ._720kb-datepicker-calendar-header, ._720kb-datepicker-calendar-body, ._720kb-datepicker-calendar-days-header, ._720kb-datepicker-calendar-years-pagination-pages{
      position: initial;
}
._720kb-datepicker-calendar._720kb-datepicker-open, ._720kb-datepicker-calendar._720kb-datepicker-forced-to-open{
      max-width: 300px;
}

    .progress-bar--material__secondary {
        background-color: #08acde1a;
        z-index: 0;
    }
    .progress-bar--material__primary {
        background-color: #08acde;
        border-radius: 0;
    }

    .-Amarillo{
background: #ffd600;
    }
.-AmaVerde{
background: #bbfe1a;

}
.-Verde{
background: #81C784;

}

    .-AmarilloLeft{
 border-left: #ffd600 5px solid;
    }
.-AmaVerdeLeft{
 border-left: #bbfe1a 5px solid;
}
.-VerdeLeft{
 border-left: #81C784 5px solid;
}


 #myProgress {
  width: 100%;
  background-color: #ddd;
  height: 4px;
}
.card--material{
  box-shadow: 0px 0px;
}
.list-header{

 background:  #ffffff;
}
.mobil{
    display: none;
  }
  .web{
    display: block;
  }
  @media only screen and (max-width: 679px) {
   .mobil{
    display: block;
  }
  .web{
    display: none;
  }
}
.list-item--material__left:empty, .list-item--material__center{
    padding-top: 0px;
    padding-bottom: 0px;
}
.popover--right{
  right: 0px !important;
}




/* SALTO DE LINEA */

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
