@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: local('Framework7 Icons'),
     local('Framework7Icons-Regular'),
     url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
     url("../fonts/Framework7Icons-Regular.woff") format("woff"),
     url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons, .framework7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}



 .nav-tabs>li>a
    {
      padding: 5px;
    }
    .nav
    {
     
    }
    .rows
    {
      padding: 5px;
    }

/*charging*/
  .button_stock
  {
    height: 45px;
    width: 100%;
    margin-bottom: 43px;
    border: 1px solid white; 
  }
  .button_stock:hover
  {
    box-shadow: 5px 1px 15px 5px #888888;
  }
  .button_sticky
  {
    height: 35px;
    /*background: #46e67f;*/
    bottom:10px;
    display: block;
    left: 0;
    line-height: 45px;
    padding: 0 15px;
    position: fixed;
    text-align: center;
    width: 108%;
    z-index: 99;
  }
  .btn1
  {
    height: 35px;
    width: 50%;
  
    float: left;
  }
  .btn2
  {
    height: 35px;
    width: 50%;
    float: right;
  }

/*spinner*/
.button_stock
  {
    height: 45px;
    width: 100%;
    margin-bottom: 43px;
    border: 1px solid white; 
  }
  .button_stock:hover
  {
    box-shadow: 5px 1px 15px 5px #888888;
  }
  .button_sticky
  {
    height: 35px;
    /*background: #46e67f;*/
    bottom:10px;
    display: block;
    left: 0;
    line-height: 45px;
    padding: 0 15px;
    position: fixed;
    text-align: center;
    width: 108%;
    z-index: 99;
  }
  .btn_second
  {
    height: 35px;
    width: 33%;
  
    float: left;
  }
  .btn_second2
  {
    height: 35px;
    width: 34%;
    float: right;
  }
.btn_second3
  {
    height: 35px;
    width: 33%;
    float: right;
  }
  .loading
  {
    display: none;
  }
  
  /*--- notifications ---*/

.activity {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.activity > figure {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.activity > figure > span {
    bottom: 5px;
    max-width: 16px;
    position: absolute;
    right: -8px;
}
.activity > figure > img {
    border: 1px solid #d6d6d6;
    border-radius: 100%;
    padding: 2px;
}
.history-meta {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}
.history-meta > h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  text-transform: capitalize;
}
.history-meta > span {
    color: #92929e;
    font-size: 11px;
}