ion-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.login-page-bottom-container {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}


ion-header-bar.bar-stable.bar.bar-header {
    max-height: 44px;
    height: 44px;
}
ion-header-bar .header-item {
    margin-top: 0px !important;
}

.estate-list .item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    margin-bottom: 1rem;}
    
  .estate-list .list .items{
    margin-top: 1rem;
    border-top: 1px solid;
    padding-top: 1rem;}

.orders-list {
  padding-top: 13px; }
  .orders-list .col {
    border: none !important; }
  .orders-list .card {
    min-height: 100px;
    padding: 15px; 
    padding-top: 15px; 
    padding-bottom: 15px; }
      .orders-list .card .items{
        margin-top: 1rem;
        border-top: 1px solid;
        padding-top: 1rem;}
      .orders-list .card h1 {
          font-size: 1.5rem;
          background: #1582bb;
          color: #fff;
          padding: 0.5rem;
          margin-bottom: 1rem;}
      .orders-list .card h2 {
        font-size: 1.2rem;}
/*  .orders-list .item {
    padding: 0 !important; }*/
  .orders-list .row {
    margin-bottom: -25px; }

.capture-delivery {
  padding-top: 13px; }
  .capture-delivery .col {
    border: none !important; }
  .capture-delivery .card {
    min-height: 100px;
    padding: 15px; 
    padding-top: 15px; 
    padding-bottom: 15px; }
      .capture-delivery .card .items{
        margin-top: 1rem;
        border-top: 1px solid;
        padding-top: 1rem;}
      .capture-delivery .card h1 {
          font-size: 1.5rem;
          background: #1582bb;
          color: #fff;
          padding: 0.5rem;}
      .capture-delivery .card h2 {
        font-size: 1.2rem;}
/*  .capture-delivery .item {
    padding: 0 !important; }*/
  .capture-delivery .row {
    margin-bottom: -25px; }



.info-container {
    background-color: white !important;
    /*display: table-cell !important;*/
    padding: 10px;
    border-radius: 2px;
    min-height: 2rem;
  }

.info-container i{
    color: #330000;
    font-size: 3rem;
    /* position: absolute; */
    line-height: 3rem;
    /* vertical-align: middle; */
    float: left;
    margin-right: 1rem;  
}


/*.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}
*/
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
/*  top: -3px;
  right: -3px;*/
  top: 0px;
  right: 0px;

}

.ribbon-green {
  font: bold 13px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: hsla(100, 25%, 33%, 1);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.item .badge {
    font-size: 2rem;
    padding: 10px;
}
