.tl_loader {
  background-color: rgba(255,255,255,0.5);
  background-image: url("../../custom/images/tl_loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}


.modal-body {
    position: relative;
    padding: 30px;
    font-size: 17px;
}

 #image{
      max-width: 125;
    margin-top: -35;
    margin-left: -40;
    }
   
   #tl_admin_loader{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1051;
    /*background: #fff;*/
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    width: 100%;
    height: 100%;
  }

  #tl_admin_loader img{
    position: relative;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
  }