/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .tablesorter-header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .tablesorter-header.sorter-false {
	background-image: none;
	cursor: default;
}
table.tablesorter thead tr  {
	color: #000;
}
table.tablesorter thead tr .tablesorter-headerDesc, table.tablesorter thead tr .tablesorter-headerAsc {
	background-color: #3c9fd6;
}
table.tablesorter tbody tr:hover {
    color: #fff;
    background-color: #BCE2FF;
}
table.tablesorter tbody tr:hover td {
    background-color: transparent;
}

table.tablesorter tbody tr td {
	font-size: 16px;
    line-height: 27px;
	color: #333;
	font-weight: 600;
	padding: 0 20px;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	table.tablesorter tbody .enigma_send_button, table.tablesorter tbody #enigma_send_button {
		padding: 15px 5px;
	}
}
@media (min-width: 992px) {
	.tablesorter-header-inner {
		margin-right: 10px;
	}
}
@media (max-width: 991px) {
	table.tablesorter thead tr .tablesorter-header {
		background-image: none;
	}
	table.tablesorter tbody .enigma_send_button, table.tablesorter tbody #enigma_send_button {
		padding: 4px 4px;
	}
	table.tablesorter tbody tr td {
		padding: 0 5px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	table.tablesorter tbody tr td, table.tablesorter tbody .enigma_send_button, table.tablesorter tbody #enigma_send_button {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	table.tablesorter thead tr th, table.tablesorter tbody tr td {
		display: none;
	}
	table.tablesorter thead tr th:first-child,table.tablesorter thead tr th:nth-last-child(-n+2), table.tablesorter tbody tr td:first-child, table.tablesorter tbody tr td:nth-last-child(-n+2) {
		display: table-cell;
	}
	table.tablesorter tbody tr td, table.tablesorter tbody .enigma_send_button, table.tablesorter tbody #enigma_send_button {
		font-size: 12px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 23px;
	}
}
.modal {
  text-align: center;
}
.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body img {
	margin-bottom: 20px;
}
@media (min-width: 500px) and (max-width: 767px) {
	.modal-dialog {
		width: 400px;
		margin: 20px auto;
	}
}
@media (min-width: 400px) and (max-width: 499px) {
	.modal-dialog {
		width: 350px;
		margin: 10px auto;
	}
}
@media (min-width: 300px) and (max-width: 399px) {
	.modal-dialog {
		width: 250px;
		margin: 5px auto;
	}
}
.dn {
	display: none;
}
.lesmer {
	color: #337ab7;
	display: block;
	margin: 0 auto;
	padding-bottom: 4px;
}
.lesmer:hover {
	color: #23527c;
	cursor: pointer;
}
.enigma_send_button, #enigma_send_button {
	white-space: normal;
}
table.tablesorter tbody .enigma_send_button, table.tablesorter tbody #enigma_send_button {
	width: 100%;
}
.hide {
  display: none;
}
p {
	font-size: 16px;
    line-height: 27px;
	color: #333;
	font-weight: 600;
}
h2 {
	font-weight: 700;
    color: #000;
}