/* Begin::Page Preloading */
.loader_bg{
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader:before, .loader:after{
    content: '';
    border: 1em solid #ff5733;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before{
    animation-delay: .5s;
}
@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}
/* End::Page Preloading */
/* Begin::Ledger's Tab */
.tab-pane {
  padding:0;
}
.nav-link {
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(3,3,37,0.1) 100%);

}
.nav-link.active {
  font-weight: bold;
  background:#fff;
}
.nav-item {
     padding: 0;
     text-align: center;
}

   .led{
    font-size: 14px;
    padding-left: 30% !important;
    background: linear-gradient(180deg, rgba(233,150,141,1) 0%, rgba(84,3,37,0.1) 100%);
    color: #741b0d !important;
   }
/* End::Ledger's Tab */
/* Begin::Reports Format */
.viewrepcus {
  float: left;
  margin-top: 15px;
}
.viewreplogo {
  float: left;
  text-align: center;
}
.viewrep{
    font-size: 12px;
}
.viewrepcon1{
    font-weight: bold;
    float: left;
}
.viewrepcon2{
    text-align: left;
    float: left;
}
.viewrepcon2 span{
   display: block;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 .viewreplogo {
  float: left;
  text-align: center; 
  margin-top: -320px;
}
.viewreplogo img{
  height: 53px;
}
.viewreplogo span{
 font-size: 8px;
}
.viewreplogo h6{
  margin-top: 0px;
  font-size: 10px;
}

.viewrepcus{
  margin-top: 195px;
  
}
.viewrep hr{
  margin-top: 0rem;
  
}
.viewrepdet{
  float: none !important;
  text-align: left !important;
}
  }
/* End::Reports Format*/