
.select2-selection__rendered {
    line-height: calc(1.5em + .75rem + 1px) !important;
}
.select2-container .select2-selection--single {
    height:calc(1.5em + .75rem + 2px) !important;
}
fieldset .error { 
	font-size: 1rem;
	width: inherit;
	color : #cc0000 !important;
 }
    #txnTable td:first-child:not(.dataTables_empty){
      cursor:pointer;
      color: #2d9eff;
    }
    #txnTable  td:first-child:hover:not(.dataTables_empty){
      text-decoration:underline;
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    	color: #5e7eda !important; 
    }