
.clear:after, .clear:before {
	content:' ';
	clear:both;
	display:block;
	}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.slow {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
img {
	max-width: 100%;
}

.mess {
	background: #dbf7ff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:10px 20px;
	margin: 20px 0;
	font-size: 0.8em;
}

.quote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}

input.input[type=text], input.input[type=password], textarea.input, input[type=datetime-local], input[type=date], select.input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 7px 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #333;
	outline: 0;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	resize: none;
	height: 34px;
}
	textarea.input {
		height: auto;
	}
select.select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 7px 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #333;
	outline: 0;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	height: auto;
}
	input.input[type=text]:focus, input.input[type=password]:focus, textarea.input:focus, input[type=datetime-local]:focus, input[type=date]:focus, select.input:focus, select.select:focus {
		border-color: #5b9dd9;
		-webkit-box-shadow: 0 0 2px rgba(30,140,190,.8);
		box-shadow: 0 0 2px rgba(30,140,190,.8);
	}

input[type=checkbox] {
	border: 1px solid #bbb;
	background: #fff;
	color: #555;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;

	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}

input[type=submit].button, a.button, span.button, div.file-button {
	display: inline-block;
	background: #2ea2cc;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	border: 1px solid #0074a2;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-size: inherit;
}
	div.file-button>input[type=file] {
		position: absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		z-index: 9999;
		font-size: 1000px;
	}
	input[type=submit].button:hover, a.button:hover, div.file-button:hover {
		background: #1e8cbe;
		border-color: #0074a2;
		-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
		box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	}
span.button {
	background: #999;
	border-color: #666;
	color: #333;
}

table.setka {
	width: 100%;
	border-collapse: collapse;
}
table.setka th {
	padding:5px 10px;
	text-align: center;
	background:#EEE;
	color: #777;
}
table.setka td {
	text-align: left;
	padding: 5px 2%;
}
	table.setka tr>td:first-child {
		padding-left: 0;
	}
	table.setka tr>td:last-child {
		padding-right: 0;
	}

.paginator-line {
	padding: 10px 0;
}
	.paginator-line>h3>span {
		font-weight: normal;
		font-size: 12px;
	}
	.paginator-line>div>a, .paginator-line>div>span {
		margin-right: 10px;
	}

/* Хлебные крошки */
#welcome-path {
	margin:0 0 20px;
	font-size: 0.8em;
	}
	#welcome-path a {
		}
	#welcome-path span:last-child a {
		text-decoration:none;
		}
/* Хлебные крошки */

.created {
	font-size: 0.9em;
}

/* Пагинатор */
.paginator {
	text-align: right;
  padding: 10px 0;
}
	.paginator>ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
		.paginator>ul>li {
			display: inline-block;
		}
			.paginator a, .paginator span {
			  padding: 5px;
			  font-size: 14px;
			  width: 20px;
			  height: 20px;
			  display: inline-block;
			  text-align: center;
			  -webkit-border-radius: 50%;
			  -moz-border-radius: 50%;
			  border-radius: 50%;
			}
				.paginator a:hover {
					background: #cccccc;
					  background: rgba(204, 204, 204, 0.77);
					  font-weight: bold;
					}
/* Пагинатор */