body {
	padding: 5px;
	margin: 0;
	background: #fff url('../images/back.jpg') no-repeat fixed left bottom;
	background-size:100% 100%;
}

a,a:active,a:hover{color: blue}
a:hover{color: red}

.ctrlBlock {
	margin: 20px auto;
	text-align: center;
	background: #CCC;
	width: 780px;
	padding: 10px;
} 

.mybrowsers {width: 100%}
.mybrowsers td img{height: 55px}
.mybrowsers td {text-align: center;padding: 5px 10px}
.mybrowsers td {padding: 3px 7px}

.mybrowser {width: 100%}
.mybrowser .myBrowserCont {text-align:center; font-size: 24px}

#certListHelper {
	overflow: auto; 
	height: 340px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

#tableCertList{
	width: 100%;
	cursor: pointer;
	border-collapse: collapse;
}

#tableCertList td {
	padding: 7px;
	margin: 0;
	cursor: pointer;
	vertical-align: middle;
	font-size: 14px;
	color: #003366;
	border-bottom: 1px solid gray;
}

#tableCertList td {text-align:left}
#tableCertList td:hover {background-color: #CCC}
#tableCertList tr.info td {
	background-color: #6699CC;
	color: white;
} 

.step-header {
	background: #336699;
	color: white;
	padding: 8px 8px 8px 11px;
	cursor: pointer;
	line-height: 31px;
	font-size: 18px;
}

.btnSend {
	font-size: 24px !important;
	margin: 20px 0 !important;
	padding: 20px 30px;
}

.step {
	border-radius: 8px;
	margin: 0 auto 20px auto;
	width: 800px;
	box-shadow: 0px 0px 10px #595959;
	background: white;
}

.step-content {padding: 10px;border: 4px solid #336699;border-top: none}

.stepWarning .step-header {background: #CC3300}
.stepWarning .step-content {border: 4px solid #CC3300;border-top: none}

.stepSuccess .step-header {background: green}
.stepSuccess .step-content {border: 4px solid green;border-top: none}

.step-expand {float: right; font-size: 12px}
.step-expand:hover {color: yellow; cursor: pointer}

.blockExistCert{display:none}

#mod1 {width: 700px; max-width: 700px; text-align:justify}
.noCertsCades {text-align:center;color: red; font-size: 24px}

.tags {
	width: 780px;
	margin: 0 auto;
	color: #666;
	border: 1px solid #999;
	padding: 10px;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.tags a {color: #666;text-decoration: none}
.tags a:hover {color: #333;text-decoration: underline;}

.btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	background-color: #419152;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.btn:hover {
	background-color: #59be6e;
}
.btn:active {
	background-color: #2E703A;
}
.btn[disabled] {
	color:  black;
	background-color: #CCC;
}

input[type="checkbox"],input[type="radio"]{cursor:pointer}
label{cursor:pointer}