@media print {	/* Стиль для печати */
	.noprint{
		display: none;
	}
}

.blockstat {
	padding: 1px;
	border: solid 2px;
	border-radius: 15px;
	border-color: #e7e7e7;
	background: white;
}

body {
	background-color: lightsteelblue;
}

.navbar{
	border-radius: 15px;
}

.container-full {
	@extend .container-fluid;
	max-width: 99%;
}

.td-center{
	text-align: center;
}

.td-right{
	text-align: right;
}

.custom-tooltip {
	--bs-tooltip-bg: var(--bs-primary);
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}