.Block {
	color: #403f3f;
}

.VisibleBlock .Block {
	margin-top: 15px;
}

.Block h1 {
	text-align:left;
	font-size:1em;
	padding: 0px;
	margin: 0px;
	color: #403f3f;
}

.Block h2 {
	text-align:left;
	font-size:0.8em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #403f3f;
}

.Block h5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.25rem;
	word-break: break-word;
}

.Block h6 {
	opacity: 0.5;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 14px;
}

.Block label {
	color: #403f3f;
}

.FlexBlock {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom:0.5em;
}

.FlexBlockItem + .FlexBlockItem {
	padding-left: 20px;
}

.SplitLine {
	width: 100%;
	height: 1px;
	background-color: black;
	margin-bottom:0.5em;
}

.ErrorBlock {
	color:red;
}

.StatusBlock {
	color:green;
}

.TextField {
	color: black;
	border: 1px solid #ccc;
	width:100%;
	height: 37px;
	padding: 0px 4px 0px 4px;
}

.TextField:disabled {
	border: 1px solid rgba(11, 35, 73, 0.25);
	color: rgba(11, 35, 73, 0.25);
}

#pkReadFileTextField {
    height: 37px;
}

.ButtonBlock {
	text-align: right;
}

.Button {
	display: inline-block;
	overflow:hidden;
	text-align: center;
	min-width: 120px;
	/*border: 2px solid #ccc;*/
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 rgba(11, 35, 73, 0);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	/*padding: 2px 4px 2px 4px;*/
	font-size: 17px;
}

.Button a {
	text-decoration:none;
	cursor:pointer;
	pointer-events: inherit;
	color: black;
	width: 100%;
	display: inline-block;
	padding: 6px 22px;
	font-size: 17px;
	color: #fff;
}


.Button input {
	visibility: hidden;
	display: none;
}

.ErrorBlock {
	color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;
	position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem
}
.ErrorBlock label {
	margin: 0;
}

#dimmerViewMessageLabel {
	color: #fff;
	font-size: 17px;
}

.Select {
	color: black;
	border: 1px solid #ccc;
	width:100%;
	height:37px;
}

.Select:disabled {
	border: 1px solid rgba(11, 35, 73, 0.25);
	color: rgba(11, 35, 73, 0.25);
}

.SignResult {
	background: rgba(255, 255, 255, 1);
	border: 0px solid;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	color: black;
	text-transform: uppercase;
	word-break: break-word;
	font-size: 14px;
}

.InfoBlock {
	color: black;
	border: 2px solid #ccc;
    padding: 10px;
	border-radius: 10px;
}

.InfoBlock ul {
	margin: 0px;
    padding-left: 2em;
}

.InfoContentBlock {
	border: 0px solid;
	padding: 10px;
	color: black;
	word-break: break-word;
	font-size: 14px;
}

.Arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 5px;
}

.Arrow[direction=up] {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.Arrow[direction=down] {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.Arrow[direction=right] {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.Arrow[direction=left] {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#proxyPortTextField {
	width:60px;
	text-align:center;
}

#pkTypesBlock {
	margin-top: 23px;
	margin-bottom: 5px;
}
#pkTypesBlock input {
	display: none;
}
#pkTypesBlock input + label {
	display: block;
    vertical-align: top;
    margin: 0 0 15px 0;
    font-size: 16px;
    position: relative;
	padding: 10px 20px 10px 60px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: .6;
    border-radius: 5px;
    border: 1px solid #e1e6f1;
    box-shadow: 0 3px 3px rgba(30, 32, 101, 0.05);
}
#pkTypesBlock input:checked + label {
	color: #2d5ca6;
    opacity: 1;
	border: 2px solid #2774ee;
}
#pkTypeFileTitle {
	background: url('/eusign/img/eds-file.svg') no-repeat 17px center;
	background-size: 35px auto;
}
#pkTypeKMTitle {
	background: url('/eusign/img/eds-usb.svg') no-repeat 13px center;
	background-size: 35px auto;
}
#pkTypeKSPTitle {
	background: url('/eusign/img/cloud.svg') no-repeat 13px center;
	background-size: 35px auto;
}
#dimmerViewBlock label {
	color: #fff;
}