
.progress-group {
    cursor: pointer;
}
  
.progress-lg{
    height: 2.0rem !important;
  }

.dashboard-danger{
    color: #ff4444;
}

.dashboard-success{
   color: #127c5c;
}

.dashboard-orange{
  color: #ff891b;
}

.progress-orange{
  background: #ff891b;
}



.progress-success{
  background: #127c5c;
}


.progress-danger{
  background: #ff4444;
}

.progress-warning{
  background: #f5ea52;
}

.dashboard-warning{
  color: #f5ea52;
}

.dashboard-inactive{
  color: #FADADD;
}


.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background:   rgba(255, 255, 255, 0.8) url("../img/806.gif") center no-repeat;
  }

  /* Turn off scrollbar when body element has the loading class */
  body.loading {
    overflow: hidden;
  }

  /* Make spinner image visible when body element has the loading class */
  body.loading .overlay {
    display: block;
  }

#tabular-pin{
    cursor: pointer;
}

table.dataTable td {
  font-size: 0.8em;
}

table th {
  font-size: 0.8em;
}

.dataTables_paginate {
  float: right !important;
}

.dataTables_info {
  margin-top: 50px;
  float: center;
}

.Scroll {
  height:450px;
  overflow-y: scroll;
}

  

