div.bx-auth { margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

@media (max-width: 767px) {
	#type_login{
		display: none;
	}
	.cert{
		position: fixed; 
		width: 365px; 
		background: #fff; 
		z-index: 10000;
	}
	div.bx-auth-note{
		margin: 18px 0px 6px 0px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
}
@media (min-width: 768px) {
	div.bx-auth-note{
		margin: 0;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	#type_login{
		display: '';
	}
	.cert{
		position: fixed; 
		width: 450px; 
		background: #fff; 
		z-index: 10000;
	}
}
.text-green{
	color: #044C2F;
}

.form-control:focus {
	border-color: #CDDFD7;
	box-shadow: 0 0 0 0.15rem rgba(6, 96, 59, 0.15);;
} 

.white-fon{
	background-color:#fff;
}


.form-select:focus {
	border-color: #CDDFD7;
	box-shadow: 0 0 0 0.25rem rgba(6, 96, 59, 0.15);;
} 

.btn-green{
	color: #fff;
	background: #06603B;
}

.form-control{
	border-radius: 15px;
}

.auth-link a{
	color: #377f62;
}

.auth-link a:focus{
	color:#06603B;
}

.pad-top{
	padding-bottom: 10px;
}

#type_login .nav-item{
	width: 37%;
}

#type_login.nav-pills .nav-link{
	border-bottom: 2px solid rgb(217, 217, 217);
	color: rgb(0, 0, 0);
	border-radius: 0px;
}
#type_login.nav-pills .nav-link.active{
	color: rgb(0, 0, 0);
	background: #fff;
	border-bottom: 2px solid rgb(6, 96, 59);
	border-radius: 0px;
}

#show_cert .nav-item{
	width: 37%;
}

#show_cert.nav-pills .nav-link.left{
	border: 1px solid rgb(206, 212, 218);
	color: rgb(0, 0, 0);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 2px;
}
#show_cert.nav-pills .nav-link.left.active{
	color: rgb(0, 0, 0);
	background: rgb(206, 212, 218);
	border: 1px solid rgb(206, 212, 218);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 2px;
}

#show_cert.nav-pills .nav-link.right{
	border: 1px solid rgb(206, 212, 218);
	color: rgb(0, 0, 0);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 2px;
}
#show_cert.nav-pills .nav-link.right.active{
	color: rgb(0, 0, 0);
	background: rgb(206, 212, 218);
	border: 1px solid rgb(206, 212, 218);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 2px;
}

.cert-href{
	color: #6C757D;
	text-decoration: none!important;
	text-align: left;
}

.cert-href:hover{
	color: #6C757D;
	text-decoration: none!important;

}
.cert-href h6{
	color:#212529;

}

.card{
	border-radius: 10px;

}

.card-body{
	padding: 2px 5px;
	border-radius: 10px;
	cursor: pointer;
}

.card-body:hover{
	background: rgb(243, 247, 245);
}

h6{
	margin-bottom: 2px;
}

.block_cert{
	padding-top: 120px;
	padding-bottom: 50px;
}

.owerf-block{
	overflow-y: auto;
	overflow-x: hidden;
}

.tooltip{
	margin-left: 5px;
	z-index: 700000;
}
.tooltip-inner .info{
	margin: 5px 10px;
}
.tooltip-inner {
	background-color: #fff;
	border: 1px solid #044c2f;
	color: #212529;
	max-width: 100%;
	min-width: 200px;
	margin-left: 5px;
	text-align: left;
	border-radius: 10px;
}
.tooltip-arrow{
	margin-left: 4px;
}
.bs-tooltip-end .tooltip-arrow::before{
	

}
.tooltip-arrow:before {
	border-right-color: #044c2f!important; /* Цвет стрелки должен гармонировать с основным цветом */
	border-width: 0.5rem 0.5rem 0.5rem 0;

}
.tooltip-arrow:after {
	position: absolute;
	border-right-color: #000!important; /* Цвет стрелки должен гармонировать с основным цветом */
	right: -3px!important;
	border-width: 0.5rem 0.5rem 0.5rem 0;

}


.tooltip .tooltip-arrow::after {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.fade{
	transition: none!important;
}
.bs-tooltip-end .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::after {
	right: -4px;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.tooltip-arrow:after {
	border-right-color: #fff!important;
}

.green-href{
	color: #06603B;
}
.modal-backdrop {
	z-index: 60000;
}
.modal{
	z-index: 7000000;
}

.mt-10 {
	margin-top: 5rem;
}

.btn-white{
	color: #06603B;
	border: 1px solid #06603B;
	border-radius: 16px;
	background: #fff;
}
.bi-question-circle::before {
	cursor: help;
}

 .errortext{
	position: fixed;
    padding-top: 80px;
    z-index: 10000;
}