﻿body {
	background: #f5f7ff;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	display: flex;
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
}

p {
	margin: 0;
	padding: 0;
}

p.info_field {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

p.info_field_limited {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

.error {
	color: red;
	font-weight: bold;
}

.warning {
	color: orange;
	font-weight: bold;
}

h1 {
	font-size: 28px;
	color: #79f;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	line-height: 40px;
}

h2 {
	font-size: 22px;
	color: #79f;
	padding: 10px 0px 7px 0px;
	font-weight: normal;
	margin: 0px;
}

textarea,
select {
	overflow: auto;
	outline: none;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: auto;
}

ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 16px;
	padding-left: 16px;
}

li {
	list-style-image: none;
	list-style: none;
	line-height: 25px;
	background: url(Img/a3.gif) no-repeat 0 10px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.descr {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 16px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 0;
	padding-left: 12px;
}

li.descr {
	list-style-type: disc;
	list-style: disc;
	background: none;
	line-height: 20px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.show .text:empty {
	display: none;
}



li.descr:empty {
	display: none;
}

a {
	color: #2b9ed1;
	font-weight: normal;
	text-decoration: underline;
}

.page {
	padding: 0px;
	background: #FFF;
	max-width: 980px;
	border-radius: 7px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 30px;
}

.container {
	padding: 20px 30px 20px 30px;
}

.header {
	padding: 15px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.title {
	text-align: center;
	width: 100%;
}

[class*="col-"] {
	width: 100%;
}

@media only screen and (min-width: 600px) {

	/* For tablets: */
	.col-s-1 {
		width: 8.33%;
	}

	.col-s-2 {
		width: 16.66%;
	}

	.col-s-3 {
		width: 25%;
	}

	.col-s-4 {
		width: 33.33%;
	}

	.col-s-5 {
		width: 41.66%;
	}

	.col-s-6 {
		width: 50%;
	}

	.col-s-7 {
		width: 58.33%;
	}

	.col-s-8 {
		width: 66.66%;
	}

	.col-s-9 {
		width: 75%;
	}

	.col-s-10 {
		width: 83.33%;
	}

	.col-s-11 {
		width: 91.66%;
	}

	.col-s-12 {
		width: 100%;
	}

	tr {
		display: block;
		float: right;
	}
}

@media only screen and (min-width: 980px) {

	/* For desktop: */
	.col-1 {
		width: 8.33%;
	}

	.col-2 {
		width: 16.66%;
	}

	.col-3 {
		width: 25%;
	}

	.col-4 {
		width: 33.33%;
	}

	.col-5 {
		width: 41.66%;
	}

	.col-6 {
		width: 50%;
	}

	.col-7 {
		width: 58.33%;
	}

	.col-8 {
		width: 66.66%;
	}

	.col-9 {
		width: 75%;
	}

	.col-10 {
		width: 83.33%;
	}

	.col-11 {
		width: 91.66%;
	}

	.col-12 {
		width: 100%;
	}

	tr {
		display: block;
		float: right;
	}
}

.info_msg {
	margin: 0px;
	color: #79f;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
}

.mono {
	font-family: monospace;
}

.user_input {
	width: 100%;
	overflow-x: hidden;
	resize: none;
}

.signature_input {
	width: 100%;
	overflow-x: hidden;
	resize: none;
	border: 0;
	font-size: 12px;
}

object.hiddenObject {
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	max-width: 0px;
	max-height: 0px;
}

.button {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	border: 1px solid #CCC;
	color: #333;
	background-color: #ccc;
	padding: 5px;
	border-radius: 6px;
	font-size: 16px;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
}

.button.disabled,
.button[disabled],
fielduset[disabled] .button {
	background-color: #bdc3c7;
	color: #CCC;
	opacity: 0.7;
	cursor: not-allowed;
}

.button:hover:enabled,
.button:focus:enabled {
	background-color: #e0e0e0;
	background-position: 0 -15px;
	color: #333;
	border-color: #adadad;
	text-decoration: none;
}

.button:active:enabled {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.loader {
	border: 2px solid #f3f3f3;
	/* Light grey */
	border-top: 2px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 10px;
	height: 10px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.dot {
	height: 10px;
	width: 10px;
	background-color: #d8d8d8;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
}

.red {
	background-color: #e83127;
}

.yellow {
	background-color: #face48;
}

.green {
	background-color: #59bd2a;
}

#error_msg {
	background-color: infobackground;
	border: 2px solid #c61212;
	margin: 10px;
	color: #c61212;
	padding: 10px;
	font-weight: normal;
}

#cert_info, #cert_info1, #cert_info2, #cert_info_decr {
    padding: 0 15px 6px 15px;
    min-height: 200px;
    border-left: 2px dashed #adf;
	margin-top: 30px;
}

#footer {
	width: 100%;
	color: #46535b;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-align: center;
	margin: 0 auto;
	background: #dedfe3;
}

#alert {
	background-color: infobackground;
	border: 2px dashed gray;
	padding: 10px;
	margin: 10px;
}

#promo {
	position: relative;
	border-top: 4px solid #e4e5e8;
	clear: both;
}

#divider {
	border: 1px solid #e4e5e8;
}

#box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#boxdiv {
	height: 100%;
	width: 100%;
	background: lightcoral;
	color: darkred;
	text-align: center;
	align-items: center;
	justify-content: center;
}

#SignatureTxtBox {
	font-size: 9pt;
	height: 60px;
}

#DataToSignTxtBox {
	height: 20px;
}

#TSPServiceTxtBox {
	height: 20px;
}

#qr {
	width: 100%;
}

#extended_text {
	display: block;
	width: 100%;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#extended_text.expanded {
	white-space: normal;
}

.mpopup {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal_header {
	padding: 2px 2px;
	background-color: #f1f8ff;
	color: #333;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.popup_logo {
	padding: 0.5rem;
	width: 100px;
}

.popup img {
	max-height: 100%;
	max-width: 100%;
}

.modal_content {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 450px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 0.3rem;
}

.modal_body {
	padding: 12px 12px 0 12px;
	font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	color: #0055a2;
	overflow: hidden;
	font-size: 20px;
}

.modal_footer {
	padding: 0 12px 12px 12px;
	color: #0055a2;
	overflow: hidden;
	font-size: 20px;
}

.modal_edge {
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal_button {
	padding: 0 1rem;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #dcdfe6;
	border-color: #dcdfe6;
	color: #606266;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 0.3rem;
}

.modal_button_buy {
	float: left;
	width: 150px;
}

.modal_button_action {
	float: right;
	width: 100px;
}

.modal_input {
	margin: 3px 0;
	padding: 7px;
	border: 1px solid #dcdfe6;
	border-color: #dcdfe6;
	border-radius: 0.3rem;
	width: 100%;
	box-sizing: border-box;
}

.modal_close {
	padding: 0.5rem;
	color: #888;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal_close:hover,
.modal_close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal_button.disabled,
.modal_button[disabled],
fielduset[disabled] .modal_button {
	background-color: #bdc3c7;
	color: #CCC;
	opacity: 0.7;
	cursor: not-allowed;
}

.modal_success {
	font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	color: green;
	text-align: center;
	padding: 5px 10px 10px 10px;
}

.modal_error {
	font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	color: red;
	text-align: center;
	padding: 5px 10px 10px 10px;
}

.copied_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	padding: 30px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 8px;
	opacity: 0;
}

.container>*+* {
	margin-top: 15px;
}

option[disabled] {
    display: none;
}

option {
    padding: 8px 10px 7px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

select option:checked,
select option:focus,
select option:active,
select option:hover {
	background: #bdf !important;
}

.item_border {
    outline: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

select {
    border: none;
}

select {
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

select::-webkit-scrollbar {
	width: 0;
	height: 0;
}

div#DataToSignItemBorder {
    position: relative;
	background: #f5f7ff;
	border: 2px dashed #adf;
	border-radius: 10px;
	cursor: pointer;
}

div#DataToSignItemBorder:hover {
	border: 2px dashed #07f;
}

input#openFileButton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
	cursor: pointer;
}

div#dropZoneText {
	padding: 50px 30px;
	text-align: center;
	color: #07f;
	font-weight: bold;
}