.modal-title {
	;
	color: black;
	margin: auto;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem !important;
}

.modal-footer .btn {
	font-size: 1.1em;
	margin: auto;
}

.modal-footer {
	background: #ededed;
}

.name-big-group {
	margin-bottom: 1em;
	font-size: 120%;
	margin-top: 1.6em;
	text-align: center;
	color: #AC3A13;
	font-weight: 700;
}

a {
	text-decoration: underline !important;
}

a:hover {
	color: #20451C !important;
}


.directionrequest {
	margin-top: 40px;
	margin-bottom: 15px;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #de7c7c;

}

.alert-danger a {
	color: #721c24 !important;
}

.alert-success {
	color: green !important;
	background-color: #d7f8e5;
	border: 1px solid #98c3a2 !important;
}


.alert-success a {
	color: green !important;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border: 1px solid #d3d6d8;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border: 1px solid #a4c2e2 !important;
}

.alert-primary a {
	color: #6e5da7;
}

.alert-warning {
	color: #726f15;
	background-color: #fffee0;
	border: 1px solid #f3f071;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	line-height: 24px;
}

.badge {
	padding: 0.25rem 0.4rem !important;
	font-size: 85% !important;
}

.badge {
	display: inline-block;
	padding: 0.25rem 0.4rem;
	font-size: 85%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-primary {
	color: #fff;
	background-color: #447bb6 !important;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}




.steps {
	padding-left: 0;
	list-style: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin: 30px auto;
	border-radius: 3px;
	min-width: 770px;
	margin-bottom: 120px;
}

.steps strong {
	font-size: 14px;
	display: block;
	line-height: 1.4;
}

.steps>li {
	position: relative;
	display: block;
	/* border: 1px solid #ddd; */
	padding: 12px 50px 12px 50px;
	/*width: 140px;*/
	/*height: 40px;*/
	cursor: pointer;
}

@media (min-width: 768px) {
	.steps>li {
		float: left;
	}

	.steps .past {
		color: #666;
		background: #ececec;
	}

	.steps .present {
		color: #1d653a;
		/* !!! */
		background: #d7f8e5;
	}

	.steps .future {
		color: #777;
		background: #efefef;
	}

	.steps li>span:after,
	.steps li>span:before {
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		position: absolute;
		top: -1px;
		left: 0;
		border: solid transparent;
		border-left-color: #f0f0f0;
		border-width: 30px;
	}

	.steps li>span:after {
		top: -5px;
		z-index: 1;
		border-left-color: white;
		border-width: 34px;
	}

	.steps li>span:before {
		z-index: 2;
	}

	.steps li.past+li>span:before {
		border-left-color: #ececec;
	}

	.steps li.present+li>span:before {
		/* !!! */
		/* border-left-color: #fff; */
		border-left-color: #d7f8e5;
	}

	.steps li.future+li>span:before {
		border-left-color: #efefef;
	}

	.steps li:first-child>span:after,
	.steps li:first-child>span:before {
		display: none;
	}

	/* Arrows at start and end */
	.steps li:first-child i,
	.steps li:last-child i {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		border: solid transparent;
		border-left-color: white;
		border-width: 30px;
	}

	.steps li:last-child i {
		left: auto;
		right: -30px;
		border-left-color: transparent;
		border-top-color: white;
		border-bottom-color: white;
	}
}

#download_blanks,
#send_blanks {
	padding: 12px 30px;
}

.submit_form {
	padding: 12px 30px;
}

#process_generate {
	margin-top: 40px;
	height: 50px;
}

.shield-danger {
	background: #e86a6a;
	padding: 5px 10px;
	border-radius: 4px;
	color: white;
}

.shield-success {
	background: #19a17f;
	padding: 5px 10px;
	border-radius: 4px;
	color: white;
}

.shield-warning {
	background: #b0a00c;
	padding: 5px 10px;
	border-radius: 4px;
	color: white;
}

.error_form_text:before {
	content: "Îøèáêà!";
	background: #e86a6a;
	height: 26px;
	width: 78px;
	border-radius: 4px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	color: white;
	font-weight: 500;
	padding-top: 2px;
	padding-left: 10px;
}

.spinner center img {
	width: 125px;
}

.spinner_data {
	display: block;
	position: relative;
	/* top: -45px; */
	/* background: #cc6217; */
	background: #bf5f50;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	/* left: -10px; */
	width: 175px;
	margin-top: -10px;
}

.roditel {
	display: none;
}

#info_saving {
	font-size: 65%;
	font-style: italic;
	color: gray;
}

.info_sending_files {
	position: relative;
	top: 2px;
	font-style: italic;
	color: #AC3A13;
}

.err-message-field {
	background: #bf5f50;
	/* width: 130px; */
	text-align: center;

	color: white;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 4px 6px;
}

.counter {
	position: relative;
	min-width: 19px;
	height: 20px;
	padding: 0px 4px 6px;
	/* content: "2"; */
	background: #bf5f50;
	color: white;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	/* top: -3px; */
	left: 0px;
	margin-left: 2px;
	display: none;
	cursor: pointer;
}

.counter.blue {
	background: #6535e9;
}

#specs {
	width: 450px;
}


.values_spec {
	display: inline-block !important;
	overflow: hidden;
	padding: 4px 7px;
	color: black;
	border-bottom: 1px dashed;
	font-style: italic;
}



#ready_blanks_shield {
	display: inline-block !important;
	padding: 4px 7px;
	border-radius: 4px;
	background: #23a37af7 !important;
	color: white;
}

.otkaz {
	/*	background:#c25834c4 !important;
color: white; */
}

.soglasie {
	/*background:#23a37af7 !important;
color: white;*/
}

.main_cab_menu {
	padding: 0px;
}

.main_cab_menu {
	border-bottom: 1px solid #AC3A13;
}

.main_cab_menu li {
	list-style-image: none !important;
	display: inline-block;
	margin-left: 15px;
	padding: 12px 25px;
	border-bottom: 0px;
}

.main_cab_menu li a {
	text-decoration: none !important;
	color: #AC3A13;
}

.main_cab_menu .active {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #AC3A13;
	position: relative;
	top: 1px;
	border-bottom: 2px solid white;
}

.abit_main_button {
	text-decoration: none;
	padding: 9px 17px;
	color: white !important;
	margin-left: 10px;
	border-radius: 4px;
	font-size: 13px;
	border-width: 0px;
	cursor: pointer;
	transition: 0.5s;
}

.abit_main_button:disabled,
.abit_main_button[disabled] {
	cursor: normal;
}

.big_size_button {
	padding: 18px 40px;
}

.middle_size_button {
	padding: 12px 30px;
}



.purple {
	background: #826fff;
}

.maroon {
	background: #bf5f50;
}

.maroon:hover {
	background: #9c4639;
}

.maroon:disabled,
.maroon[disabled] {
	background: #da958a;
}

.margin-null {
	margin: 0px !important;
}

.grey {
	background: #666475;
}

.grey:hover {
	background: #565463;
	color: white !important;
	text-decoration: none !important;
}

.grey:disabled,
.grey[disabled] {
	background: #bfbdce;
}



.custom_input {
	padding: 6px 15px;
	border-radius: 3px;
	border: 1px solid #aaa;
	font-size: 13px;
	width: 231px;
}

.fieldvalues input[type="text"] {
	padding: 5px 8px;
	border-radius: 2px;
	border: 1px solid #aaa;
	font-size: 13px;
	/* width: 231px; */
}


.fieldvalues input[type="date"] {
	padding: 5px 8px;
	border-radius: 2px;
	border: 1px solid #aaa;
	font-size: 13px;
	/* width: 231px; */
}

.fieldvalues textarea {
	padding: 6px 15px;
	border-radius: 3px;
	border: 1px solid #aaa;
	font-size: 13px;
	/* width: 231px; */
}


.fieldvalues.middletext {
	padding: 6px 6px;
}

input.validClass {
	border: 1px solid #6ac199 !important;
}

.p-left-20 {
	padding-left: 20px;
}

.result-priem-name {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 1em;
	background: #eef4bc;
	padding: 0.7em;
	border-radius: 0.4em;
	border: 1px solid #c1cb6f;
}

.modal-body .longspace tr:last-child td {
	border-width: 0px;
}

#block_form {
	/* background: linear-gradient(#fff, #f8f8f8);
text-align: center;
border-radius: 10px;
padding: 20px;
padding-top: 6px;
box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);*/
}

#block_form input {
	/* box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2); */
	width: 100%;
}

#show_pass {
	position: absolute;
	top: 7px;
	right: 5px;
	outline: none !important;
	background: transparent;
	border: none;
	font-size: 14px;
}

#pass_input {
	position: relative;
	display: inline-block;
}

.fieldvalues input[type="text"],
.fieldvalues textarea {
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}