
html,
body {
	height: 100%;
}

.navbar {
	background: #21c187;
}

.navbar .navbar-brand {
	width: 28px;
	height: 28px;
	background: url('../img/logo/logo-small.svg') no-repeat;
}

footer a {
	color: #fff;
}

footer .page-list div {
	margin-bottom: 10px;
}

footer {
	min-height: 1000px;
	position: relative;
	background: #2a2a2a;
}

.wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 auto -1000px;
	padding: 0 0 1030px;
}

@media(min-width: 480px) {
	footer {
		min-height: 490px;
	}
	.wrapper {
		margin: 0 auto -490px;
		padding: 0 0 520px;
	}
}
@media(min-width: 768px) {
	footer {
		min-height: 465px;
	}
	.wrapper {
		margin: 0 auto -465px;
		padding: 0 0 495px;
	}
	.navbar .navbar-brand {
		width: 130px;
		height: 38px;
		background: url('../img/logo/logo.svg') no-repeat;
	}
}
@media(min-width: 1024px) {
	footer {
		min-height: 425px;
	}
	.wrapper {
		margin: 0 auto -425px;
		padding: 0 0 455px;
	}
}
@media(min-width: 1360px) {
	footer {
		min-height: 290px;
	}
	.wrapper {
		margin: 0 auto -290px;
		padding: 0 0 320px;
	}
}

.navbar .nav-link {
	color: #FFF;
}

h1 {
	font-size: 32px;
	margin-bottom: 10px;
}

h1 .sub {
	color: #7f7f7f;
}

/* формы */

.form-well {
	background: #f5f5f5;
	padding: 20px;
}

.form-control {
	display: inline-block;
}

.input-min {
	width: 100px;
}

.input-small {
	width: 150px;
}

.input-smaller {
	width: 200px;
}

.input-normal {
	width: 100%;
	max-width: 350px;
}

.filter-block .col-auto {
	margin-bottom: 10px;
}

.filter-block .filter-active {
	background: #fff5e5;
}

.filter-block .input-normal {
	width: 200px;
}

label .f-required {
	color: #ff0000;
	font-weight: bold;
	margin-left: .25rem;
}

.f-error {
	color: #fa5944 !important;
	font-size: 12px;
	display: block !important;
}

.f-hint {
	color: #8c8c92 !important;
	font-size: 12px;
	display: block !important;
}

.filter-div {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.filter-div .form-control.is-invalid,
.filter-div .was-validated .form-control:invalid {
	background-image: none !important;
	padding-right: 0.5rem !important;
}

.filter-div .input-active {
	background: #eefded;
}

.filter-div .f-error {
	margin: 0;
	font-size: 0.8rem;
}

.filter-div .f-error-block {
	margin-top: 0.3rem;
}

.filter-div .input-miner {
	max-width: 150px;
	width: 100%;
}

/* классы bootstrap */

@media (min-width: 768px) {

	.modal-xl {
		width: 90%;
		max-width: 1200px;
	}
}

.btn {
	box-shadow: none !important;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: .20rem .2rem;
	font-size: .7rem;
	line-height: 1.1;
	border-radius: .1rem;
}

.modal-footer:before {
	display: none !important;
}

.modal-back-link {
	color: #8c8f92 !important;
	text-decoration: none !important;
	padding-right: 20px;
}

.block-footer {
	position: relative;
	padding-top: 1.25rem;
	text-align: center;
}

.block-footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	border-top: 1px dotted #a9a9a9;
}

.modal .block-footer {
	padding-bottom: 1.25rem;
}

.btn-primary {
	min-width: 80px;
}

.breadcrumbs {
	margin: 0px 0 5px;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
}

.breadcrumb-text,
.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item a:link,
.breadcrumb-item a:visited,
.breadcrumb-item a:active {
	font-size: 12px;
	color: #a9a9a9;
	border: none;
	text-decoration: none;
}

.breadcrumb-item a:link:hover,
.breadcrumb-item a:visited:hover,
.breadcrumb-item a:active:hover {
	color: #2a2a2a;
}

.rate-level,
.stock-level {
	width: .625rem;
	height: .625rem;
	margin-right: .5rem;
	line-height: .5rem;
	border-radius: 100%;
}

.status-new,
.status-ready,
.status-process,
.status-open,
.status-reopen,
.status-active,
.status-confirm,
.status-success,
.support-page .status-open,
.status-expire,
.status-close,
.status-reject,
.status-error,
.status-stop,
.rate-level,
.rate-level-0,
.rate-level-1,
.rate-level-2,
.rate-level-3,
.rate-level-4,
.stock-level {
	font-weight: 500;
	color: #fff;
}

.rate-level-0 {
	background: #000;
}

.rate-level-4,
.stock-level-5 {
	background: #fff;
}
.stock-level-5 {
	border: 1px solid #d7d7d7;
}

.status-new {
	background-color: #009fda;
}

.status-ready,
.status-process {
	background-color: #009fda;
}

.status-open,
.status-reopen,
.status-active,
.status-confirm,
.status-success,
.rate-level-3,
.stock-level-4 {
	background-color: #21c187;
}

.support-page .status-open,
.status-expire,
.status-stop,
.rate-level-2,
.stock-level-2 {
	background-color: #f79800;
}

.status-close,
.status-reject,
.status-error,
.rate-level-1,
.stock-level-1 {
	background-color: #fa5944;
}

.rate-level-4 {
	color: #2a2a2a;
	border: 1px solid #d7d7d7;
}
.stock-level-3 {
	background-color: #ffd821;
}

.stock-level-6 {
	background-color: #d244c4;
}

.stock-level-7 {
	background-color: #e6dac3;
}

.color-red {
	color: #fa5944 !important;
}

.color-dark-red {
	color: #ff0606 !important;
}

.color-light-grey {
	color: #8b8b8b !important;
}

.color-green {
	color: #21c187 !important;
}

.color-dark-green {
	color: #34ad6a !important;
}

.color-orange {
	color: #f79800 !important;
}

.color-blue {
	color: #009fda !important;
}

.image-item-selected {
	border: 2px solid #f79800;
}

.test-info {
	color: #a9a9a9 !important;
	font-size: 13px;
}

.test-info-title {
	display: block;
	text-decoration: none !important;
	border-bottom: .0625rem dotted #009fda;
}

.test-info-content {
	display: none;
}

.deploy-result-block {
	background: #e6e6e6;
	padding: 20px 30px;
	border-radius: 5px;
}

/**
 * Identify steps
 */
.step-identify {
	text-align:center;
	margin:40px;
}
.step-identify div.circle {
	display: inline-block;
	vertical-align: text-top;
}
.step-identify .step {
	height: 40px;
	width: 40px;
	margin: 0 auto;
	background-color: #e7ebf0;
	border: none;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 0px 0 0;
	display: block;
}
.step-identify .step > span {
	font-size: 14px;
}
/* Mark the active step: */
.step.active {
	background-color: #21c187;
}
/* Mark the steps that are finished and valid: */
.step-identify .step.finish {
	background-color: #21c187;
}
.step-identify .circle .info-bold {
	font-weight: bold;
}
.step-identify .circle.hr {
	width: 110px;
	padding-top: 11px;
}
/**
 * End identify steps
 */

.demo-item {
	margin-top: 20px;
	max-width: 150px;
	width: 100%;
}

.order-item-needpay .order-item-title {
	color: #c10e00;
}
.block-hover:hover {
	background-color: rgba(0, 0, 0, .075) !important;
}