#qrcodefriendly_credits {
	display: none;
}
#button_print {
	background-image:url(/templates/my/phpj/QR_sl_doc/kn_print.png) !important;
	background-repeat: no-repeat !important;
	background-size:contain !important;
}

.QR_pdf{
	display: inline-block;
	height: 800px;
	overflow: scroll;
/*	overflow-x: hidden;*/
	border: 2px solid black;
}

#QR_sl_output {
	padding: 0;
    margin: auto;
    display: block;
    width: auto;
}

.invisible {
	display: none;
}

@media print {
	#QR_sl_output {
		width: 720px !important;
		margin-left: 0% !important;
		text-align: center !important;
	}
}

/* модальное окно -------------*/
.modal_layout {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: rgba(0,0,0, .85);
}

#prompt_layout { z-index: 100000; }
#alert_layout { z-index: 100002; }

.modal_window {
	position: absolute;				
	display: block;
	max-width: 40%;
	max-height: 40%;
	padding: 2%;
	text-align: left;
	font-weight: 500;
	font-size: 14pt;
	border-color: #000;
	border-width: 1px;
	border-radius: 6px;
}
#prompt_window {
	z-index: 100001;
	background: linear-gradient(#C6E0F9, #C6E0F9);
	color: #005983;
}
#alert_window {
	z-index: 100003;
	background: #FFF;
	color: #000;
}

P.alert_msg {
	font-weight: bold;
	color: #FF0000;
}

.size_10{
	font-size: 10pt !important;
	font-family: Times New Roman;
}

.size_12{
	font-size: 12pt !important;	
	font-family: Times New Roman;
}

.space {
	white-space: normal !important;
}
/* кнопки  -------------*/
.modal_btnset { text-align: center; }

.modal_btnset > A, .QR_sl_btnset > A  {
	display: inline-block;
	text-align: center;
	padding: 1pt 2pt;
	margin: 1px 2px;
	background: linear-gradient(#FFF, #92DCFE);
	color: #000;
	text-decoration: none;
	border-color: #00ADFE;
	border-width: 1px;
	border-radius: 4px;
	border-style: outset;
	font-weight: 500;
	font-size: 12pt !important;
}
.modal_btnset > A {
	padding: 3pt 6pt;
	margin-top: 7%;
}
.modal_btnset > A:hover, .QR_sl_btnset > A:hover { background: linear-gradient(#FFF, #00FEAB); }
.modal_btnset > A:active, .QR_sl_btnset > A:active {
	background: linear-gradient(#00FEAB, #FFF);
	border-style: inset;	
}
