/* Filter Flat */
/* This button was generated using CSSButtonGenerator.com */
/* 	Author : GhozyLab, Inc.*/


/* Flat BASIC */
.emg-flat-grey,
.emg-flat-blue,
.emg-flat-red,
.emg-flat-orange,
.emg-flat-purple,
.emg-flat-pink,
.emg-flat-green {
	border-radius: 1px;
	text-indent: 0;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 24px;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}


/* Flat GREY */
.emg-flat-grey {
	background: #787878;
}

.emgoptions li.emg-flat-grey.selected,
.emg-flat-grey:hover {
	background: #5B5B5B;
}

/* Flat BLUE */
.emg-flat-blue {
	background: #377FCB;
}

.emgoptions li.emg-flat-blue.selected,
.emg-flat-blue:hover {
	background: #2B66A4;
}

/* Flat RED */
.emg-flat-red {
	background: #F73C3C;
}

.emgoptions li.emg-flat-red.selected,
.emg-flat-red:hover {
	background: #DC3838;
}

/* Flat ORANGE */
.emg-flat-orange {
	background: #febd00;
}

.emgoptions li.emg-flat-orange.selected,
.emg-flat-orange:hover {
	background: #f09624;
}

/* Flat PURPLE */
.emg-flat-purple {
	background: #EE82EE;
}

.emgoptions li.emg-flat-purple.selected,
.emg-flat-purple:hover {
	background: #CD5FCD;
}

/* Flat PINK */
.emg-flat-pink {
	background: #F154A2;
}

.emgoptions li.emg-flat-pink.selected,
.emg-flat-pink:hover {
	background: #DD4490;
}

/* Flat GREEN */
.emg-flat-green {
	background: #7CB630;
}

.emgoptions li.emg-flat-green.selected,
.emg-flat-green:hover {
	background: #649423;
}