﻿ .loaderdiv{
  position: fixed;
  background: rgba(243, 237, 237, 0.85);
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: 10000;
  text-align:center;
  display:none;
}
.loaderinner {
   margin:0 auto;
  position: relative;
  display:inline-block;
  padding:20px 40px; 
  /*background-color:#ffffff;*/
  text-align:center;
  color:#313131;
  font-size:20px;
  top: 30%;
  text-align:center;
}

.ajaxloadericon{
   text-align:center;
   color:#0aa89e;
   display:none;
    padding:10px;
}

.padd20
{
    padding:20px;
}

.table_imgpreview
{
 height:80px;
}

.roundicon_blue{
    background-color:#23b1a8 !important;
    color:white !important;
}

.font-bold{font-weight:bold;}

.scroll_div
{
    max-height:200px;
    overflow:auto;
}

.icon_statslabels{
    max-width: 300px;
    word-wrap: break-word;
    display: inline;
    white-space: normal;
}

.card_dark{
    background: #2b323a;
    color: white;
    min-height:22px;
    line-height:20px;

}