.dashboards {
  margin-top:155px;
  min-height:500px;
  //background-color:#eee;
  

  #dashboard_frame {
    width:1200px !important;
    height:1000px;
    /*border:none; */
  }

  .db-buttons{
    list-style: none;
    li{
      display: inline-block;
    }
    .dash_btn{
      position: relative;
      width: 100%;
      height: 160px;
      color: #fff;
      background-color: #a71e25;
      text-align: center;
      font-size: 1.3em;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 20px;
      margin-bottom: 20px;
      display: inline-block;
      hr{
        border-top: 3px solid #fff;
        width: 50%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
      }
    }
    .triangle-dash_btn{
      position: absolute;
      bottom: 2px;
      right: 2px;
      width: 0;
      height: 0;
      display: block !important;
      border-top: 158px solid transparent;
      border-right: 70px solid #fff;
    }
    .dicon{
      width:114px;
      height:90px;
      // background-position-x: 0px;
      // background-position-y: 0px;
      background-position: center 10px;
      position: relative;
      left:40%;
      top: 5%;
    }
    .dord {
      background: url("../img/dashboard/order.png") no-repeat 0 0;
    }
    .dbac {
        background: url("../img/dashboard/backorder.png") no-repeat 0 0;
    }
    .dfav {
      background: url("../img/dashboard/favourites.png") no-repeat 0 0;
      left:35%;
    }
    .dquo {
      background: url("../img/dashboard/quo.png") no-repeat 0 0;
    }
    .dpri {
      background: url("../img/dashboard/price_list.png") no-repeat 0 0;
    }
    .dinv {
      background: url("../img/dashboard/invoices.png") no-repeat 0 0;
    }
    .dscs {
      background: url("../img/dashboard/scs.png") no-repeat 0 0;
      left: 39%;
    }
    .dpho {
      background: url("../img/dashboard/myimage.png") no-repeat 0 0;
      left: 33%;
    }
    .dfil {
      background: url("../img/dashboard/photo.png") no-repeat 0 0;
      top:15%;
    }
    .dsta {
      background: url("../img/dashboard/statement.png") no-repeat 0 0;
      top:15%;
      left:35%;
    }
    .dpay {
      background: url("../img/dashboard/makepayment.png") no-repeat 0 0;
      left:42%;
    }
  }
}

#dash-load-overlay{
  display: table;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  .load-row{
    display: table-row;
  }
  .load-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    // width: 100%;
    // height: 100%;
  }
  i{
    font-size: 15vmin;
    
  }
}
#pouchprog{
  display: block;
}

#dash-load-overlay-flex{
  display:flex; 
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  
  i{
    font-size: 15vmin;    
  }
  span{
    -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  }
  
}

#load-overlay-flex{
  display:none; 
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  
  i{
    font-size: 15vmin;    
  }
  span{
    -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  }
  
}