#main {
	margin-bottom: 50px;
}

.quickMenuBTN a i {
	color: #fff;
	font-size: 32px;
	margin-top: 5px;
}

.helpBTN a i {
	color: #fff;
	font-size: 32px;
	margin-top: 5px;
}

.statuTypeBTN a i {
	color: #fff;
	font-size: 32px;
	margin-top: 5px;
}

.dropdown-content li > a,
.dropdown-content li > span {
	font-size: 14px;
	line-height: 22px;
	display: block;
	padding: 14px 16px;
	color: #0a00f3;
}

.btn_star a i.material-icons {
	color: #ffd800;
}


.swal-button:focus {
	box-shadow: none !important;
	overflow: hidden;
}

.swal-button--delete:focus {
	overflow: hidden;
	background-color: #7cd1f9;
}

.swal-button--delete:hover {
	overflow: hidden;
	background-color: #5c7aff;
}

.swal-button--confirm:focus {
	overflow: hidden;
	background-color: #7cd1f9;
}

.swal-button--confirm:hover {
	overflow: hidden;
	background-color: #5c7aff;
}


.contact-compose-sidebar {
	position: fixed;
	z-index: 1003;
	top: -1px;
	right: 2rem;
	bottom: 0;
	left: auto;
	width: 24.8rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	opacity: 0;
	background-color: white;
	/* contact sidebar */
	box-shadow: -8px 0 18px 0 rgba(25, 42, 70, .13);
}

	.contact-compose-sidebar.show {
		-webkit-transform: translateX(9%) translateY(1px);
		-ms-transform: translateX(9%) translateY(1px);
		transform: translateX(9%) translateY(1px);
		opacity: 1;
	}

	.contact-compose-sidebar .card {
		box-shadow: none;
	}

		.contact-compose-sidebar .card .card-header {
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

			.contact-compose-sidebar .card .card-header .close-icon {
				cursor: pointer;
			}

				.contact-compose-sidebar .card .card-header .close-icon i {
					font-size: 1.2rem;
				}

				.contact-compose-sidebar .card .card-header .close-icon:focus {
					outline: none;
				}

	.contact-compose-sidebar .edit-contact-item .file-field {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.contact-compose-sidebar .edit-contact-item .file-field .btn-file {
			line-height: 2rem;
			height: 2rem;
		}

	.contact-compose-sidebar .edit-contact-item select option {
		font-weight: 700;
		width: 50px;
		height: 32px;
	}

	.contact-compose-sidebar .edit-contact-item .dropdown-content {
		width: 185.906px !important;
	}

	.contact-compose-sidebar .add-contact,
	.contact-compose-sidebar .update-contact {
		background-color: #3f51b5;
	}

.contact-overlay {
	position: absolute;
	z-index: 999;
	/* contact overlay */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

	.contact-overlay.show {
		visibility: visible;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		opacity: 1;
		background-color: rgba(0, 0, 0, .2);
	}

.CustomerTypeID-1 {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ff8f00 !important;
}

.CustomerTypeID-2 {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-image: linear-gradient(45deg, rgb(2, 136, 209), rgb(38, 198, 218)) !important;
}

.CompNoteStatu-1 {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #00ff0d !important;
}

.CompNoteStatu-2 {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f00;
}

input.colorpickerCSS {
	width: 100%;
	height: 35px;
}

.tbl-head th,
.tbl-body td {
	text-align: center;
}

.select-lbl {
	font-size: 12px;
	position: absolute;
	top: -15px;
	color: #9e9e9e;
}
