.fin-bal-value{
	width: 37%;
}

.txt_right{text-align: right;}
.company_name{
	font-weight: 400;
    font-size: 16px;
}
.w_50{width:50%;}


@media (max-width:640px){

	.txt_right{text-align: left;} 
	.fin-bal-value {
     width:100%;
     margin-top:6px;
    }
    .w_50{width:100%;}

}



  .d-none {
    display: none;
  }

  .d-block {
    display: block;
  }

  /* Absolute Center Spinner */
  .loading {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  .loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }

  #custom-ajax-tbl.table-bordered.dataTable td { 
    word-break: break-word !important;
    white-space: pre-wrap !important;
  }  