* {
	margin: 0;
	padding: 0;
}

p {
	padding:0.5em 0;
}

html, input, button, select {
	font-size: 36px;
}

input[type="text"], input[type="password"] {
	width:10em;
}

input[type="checkbox"] {
	height:1em;
	width:1em;
	vertical-align: middle;
}

button {
	padding: 0.5em;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	padding: 5px;
}

td {
	border: 1px solid;
	padding: 0.5em;
}

th {
	border: 1px solid;
	padding: 0.5em;
}

.profile td {
	border: 0;
}

.profile th {
	border: 0;
}

.profile td:first-child {
	text-align: right;
	width: 35%;
}

label {
	padding:0 0.5em;
}

.cert {
	word-break: break-all;
}

.center {
	text-align: center;
}

.wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

.background {
	position: relative;
	background-image: url('./img/cert.jpg');
	background-repeat: no-repeat;
	height: 9em;
	margin-bottom: 1em;
}

.block {
	padding: 5px;
}

.cell {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	padding: 5px;
}

.cell_qr {
	position: absolute;
	right:0;
	width: 50%;
	height: 100%;
	padding: 0;
}

.qr_img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 244px;
	height: 244px;
}

.icon {
    margin-left: .3em;
    padding: 0 !important;
    width: 16px;
    height: 16px;
    background-image: url('./img/sprites.png?v=1') !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
}

.ic_s_asc {
    background-position: 0 -2016px !important;
}

.ic_s_desc {
    background-position: 0 -2128px !important;
}

.error {
	color:red;
}

.pagination {
	display: flex;
	margin: 10px 0;
}

.pages {
	display: flex;
	justify-content: center;
	width: 100%;
}
.pages div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	margin: 0 5px;
}
.pages .selected {
	color: #FF4303;
}

.limits {
	display: flex;
	width: 216px;
}
.limits .limit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	margin: 0 10px;
	border: 1px solid black;
	cursor: pointer;
}
.limit.selected {
	color: #FFFFFF;
	background-color: #0193CE;
}

