.div-ln {
            border: 1px solid #e5e5e5;
        }
.div-uln {
            background-color: #761f14;
			height:2px;
        }
.lblsearch {
            color:#144776;
      		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
      		font-weight:bold;
        }		
.btn-color{
	background-color: #144776;
	color:#ffffff;
}
.headline
      	{
      		color:#009e41;
      		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
      		font-weight:bold;
      	}
th{
	background-color: #009e41;
	color: #ffffff;
  }
		
.banglanumber {
	font-family:SutonnyMJ ;	font-size: 16px; color:#444444
}

@font-face {
	font-family: 'cSoliman';
	src: url('solimanlipi/SolaimanLipi.ttf') format('truetype');
	}

	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	  }
	  
.printable {
		display:none;		
	}

@media print
{
	.noprint {
		display:none;		
	}
	.printable {
		    display: block;             
		 }	

a[href]:after {
	content: none !important;
	}	
	
@font-face {
	font-family: 'cSoliman';
	src: url('../css/solimanlipi/SolaimanLipi.ttf') format('truetype');
    }	

  * {
	font-family:cSoliman !important;	
  }
}


