/*
Custom css
*/

.dark {
    /* color: rgba(160, 180, 200, .5); */
    color: #fff;
    background-color: #1e2835;
}

.sheetrow_bak td{ font-size: 12px; font-family: Arial; padding-top: 3px; padding-bottom: 3px; border-bottom: solid #999999 1px; border-left:solid #CCCCCC 1px; background-color:#FFFFFF;padding:2px;}
.sheetrow_on_bak td{ font-size: 12px; font-family: Arial; padding-top: 3px; padding-bottom: 3px; border-bottom: solid #999999 1px; border-left:solid #CCCCCC 1px; background-color:#000000; padding:2px;color:#FFFFFF;}


.sheetrow td{  background-color:#FFFFFF;}
.sheetrow_on td{ background-color:#000000; color:#FFFFFF;}
.progress_new {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
  }
  .progress_new > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em;
  }
  .progress_new > li:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #DFE3E4;
    width: 3em;
    height: 3em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 3em;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
  }
  .progress_new > li:after {
    content: '';
    position: absolute;
    display: block;
    background: #DFE3E4;
    width: 100%;
    height: 0.5em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: -1;
  }
  .progress_new > li:last-child:after {
    display: none;
  }
  .progress_new > li.is-complete {
    color: #2ECC71;
  }
  .progress_new > li.is-complete:before, .progress_new > li.is-complete:after {
    color: #FFF;
    background: #2ECC71;
  }
  .progress_new > li.is-active {
    color: #3498DB;
  }
  .progress_new > li.is-active:before {
    color: #FFF;
    background: #3498DB;
  }
  
  /**
   * Needed for IE8
   */
  .progress_new__last:after {
    display: none !important;
  }
  
  /**
   * Size Extensions
   */
  .progress_new--medium {
    font-size: 1.5em;
  }
  
  .progress_new--large {
    font-size: 2em;
  }
  

  

  
  .progress_new {
    margin-bottom: 30px;
    background-color:none;
  }
  
 