.bg-pghn {
	background-color: #eeeeee;
}

.pghn-crm-title {
	font-weight: bolder;
	color: #555!important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

#loadingBox {
	position: absolute;
	padding-left: 45%;
	padding-top: 10%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	background: rgba(0,0,0,0.3);
}

#loadingIcon {
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 80px;
	width: 80px;
	font-size: 32px;
	background-color:#000;
	color: #fff;
	border: 1px solid #000;

}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
