body{
	background-color: rgb(245,245,245);
	color: #2B373A;
}

.es-brc{
	border: 1px #00C48A solid;
}



.es-c-bb{
	color: #BBBBBB;
}

.es-c,.es-bc-tint{
	color: rgba(0, 196, 138, 0.05);
}

.es-bc{
	background-color: #00C48A;color: white;
}
.es-bc-tint{
	background-color: rgba(62, 201, 135, 0.05);
}

.es-bc-red{
	background-color: #EA0000;
	color: white;
}
.es-c-red{
	color: #EA0000;
}
.es-bc-red-tint{
	background-color: rgba(234, 0, 0, 0.02);
}
.es-brc-red{
	border: #EA0000 1px solid;
}

.es-brc-gray{
	border:1px rgb(235,235,235) solid;
}

.es-bc-fa,.es-bc-250{
	background-color: rgba(250,250,250);
}
.es-bc-f5,.es-bc-245{
	background-color: rgb(245,245,245);
}

.es-bc-white{
	background-color: white;
}

.es-bc-eb{
	background-color: #ebebeb;
}
.es-bc-db{
	background-color: #D8D8D8;
}
.es-brc-eb{
	border: 1px #ebebeb solid;
}
.es-bc-25{
	background-color: #25282A;
}

.es-brc-f5{
	border: rgb(245,245,245) 1px solid;
}
.es-brc-2b{
	border: 1px #2B373A solid;
}

.es-c-2b{
	color: #2B373A;
}

.es-c-bb{
	color: #BBBBBB;
}

.hover-c:hover{
	color: #00C48A;
}
.es-c-99{
	color: #999;
}
.es-c-66{
	color: #666;
}
.es-c-cc{
	color: #ccc;
}    .es-bc-gray-tint {
		 background: #f7f8fa;
	 }

.es-bc-gray {
	background: #eee;
}

.es-icon-default{
	background: red;
}

.es-brc-gray-tint{
	border:1px #f7f8fa solid;
}
.es-brc-ee{
	border:1px #eee solid;
}
.es-brc-99{
	border:1px #999 solid;
}
.es-brc-f1{
	border:1px #f1f1f1 solid;
}

.es-bc-white-40{
	background: rgba(255,255,255,0.4);
}
.es-c{
	color:#00C48A !important;
}

.es-c-orange{
	color: #FF4200;
}


.es-c-33{color: #333}

.es-c-white{color: white}
.es-c-white-40{color: rgba(255,255,255,0.4)}
.es-c-white-50{color: rgba(255,255,255,0.5)}
.es-c-white-60{color: rgba(255,255,255,0.6)}
.es-c-white-70{color: rgba(255,255,255,0.7)}
.es-c-white-80{color: rgba(255,255,255,0.8)}
.es-c-white-90{color: rgba(255,255,255,0.9)}
.es-c-white-30{color: rgba(255,255,255,0.3)}
.es-c-white-20{color: rgba(255,255,255,0.2)}
.es-c-white-10{color: rgba(255,255,255,0.1)}


.es-bc-ee{background: #eee}
.es-bc-cc{background-color: #ccc}
.es-bc-66{background-color: #666}