﻿#tableGrid a.matchQualif {
	width: 20px;
	line-height: 20px;
	display: block;
	/*margin: 4px;*/
	text-align: center;
	/*float:right;*/
	opacity: 0.3;
	color: #fff;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12pt;

	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;

	margin:auto;
}

#dButtonMatch {
	margin: auto;
	width: 220px;
	padding: 8px 0;
}

.kmButton {
	min-width: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
	/*float:right;*/
	/*opacity: 0.3;*/
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 3px 15px;
	cursor: pointer;
}

.kmButton:hover {
	text-decoration:none;
}

.blue { background: #009fe3; }
.blue-info{ background: #5bc0de;}
.yellow { background: #fdd22a; }
.orange { background: #f77121; }
.red { background: #ef2829;}
.pink { background: #e61c67; }
.purple { background: #574696; }
.green { background: #96c11f; }
.black { background: #000000;}
.lightBlue {background:#7fa0ec; }
.lightGreen {background:#548061; }
.grey{background:#9fa4a7}

.kmButton:before
{
  float: left;
  width: 1em;
  text-align: center;
  margin: 0 0.1em 0 -1em;
  padding: 0 .2em;
  pointer-events: none;
}

.add:before    { content: "\271A"; }
.edit:before   { content: "\270E"; }
.delete:before { content: "\2718";}
.save:before   { content: "\2714";}
.save-all:before   { content: "\f0c7";}
.email:before  { content: "\2709";}
.close:before  { content: "\2716"; }
.list:before{ content: "\2630";}
.search-left:before{ content: "\1F50D";}
.search-right:before{ content: "\1F50E";}