.modal-header {
	background-color: #337AB7;
	padding: 10px 10px;
	color: #FFF;
	border-bottom: 2px dashed #337AB7;
	height: 44px;
}
.close{
	color: #FFFFFF;
}
.close:hover{
	color: red;
}
.dropdown > .dropdown-item:hover{
	background: lightblue;
	color: white;
}
.dropdown-menu {
	left: -180px;
}
input:invalid {
	border: solid red;
	border-width: 1px;
}
.modal-backdrop
{
	opacity: 0.6 !important;
}
.modal:nth-of-type(even) {
	z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
	z-index: 1051 !important;
}
.modal.fade {
	z-index: 10000000 !important;
}
.invoice-col {
	float: left;
	width: 33.3333333%;
}
.swall-overlay {
    z-index: 100005;
}
.swal2-container {
z-index: 100000000 !important;
}
.td_right {
text-align: right;
}	
tr {
   border-bottom: 1pt solid #D3D3D3;
}
.nsi-card-header
{
	background-color:#B7E2F0
}
.nsi-card-body
{
	background-color:#edf2f7
}	
.nsi-card-footer
{
	background-color: #b8ccdf
}
.crud-table tbody tr {
cursor: pointer;
}
