.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-select:focus {
    outline: none !important;
}

.light-select {
	-webkit-tap-highlight-color:rgba(255, 255, 255, 0.2);
}
.shade-select {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0.2);
}
.dark-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}
.unison-gray-select {
/* 	-webkit-tap-highlight-color: rgba(192,203,213,0.5); */
	-webkit-tap-highlight-color: rgba(96,102,107,0.5);
}
.lilac-select {
	-webkit-tap-highlight-color:rgba(153, 102, 204, 0.2);
}
.yellow-select {
	-webkit-tap-highlight-color:rgba(255, 255, 0, 0.8);
}
.cream-yellow-select {
	-webkit-tap-highlight-color:rgba(255, 255, 204, 0.8);
}
.soft-blue-select {
	-webkit-tap-highlight-color: rgba(80, 151, 255, 0.18);
}
.light-blue-select {
	-webkit-tap-highlight-color:rgba(102, 153, 204, 0.2);
}
.cool-blue-select {
	-webkit-tap-highlight-color:rgba(50, 100, 200, 0.4);
}
.ios-blue-select {
	-webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}
.chrome-blue-select {
	-webkit-tap-highlight-color: rgba(173, 224, 243, 0.8);
}
