#documentSigPreview {
	padding: 0;
	width: 171px;
	height: 243px;
	background-image: url('../../resources/img/document2-1c642a562fdf9b0f0bdc2fa17c24b49a.gif');
}

#sigPositionPreview {
	cursor: move;
	top: 208px;
	left: 0px;
	width: 50px;
	height: 35px;
	background-image: url(../../resources/img/potpis-f39ce1d48e8300d05d6c637a9d523dea.png);
	background-size: cover
}

.collapsible-body .collection p {
	padding: 0;
}

@media only screen and (max-width: 601px) {
	#currentTitleHeader {
		margin-left: 20px;
		display: none;
	}
	#currentTitleContent {
		display: block;
	}
}

@media only screen and (min-width: 602px) {
	#currentTitleHeader {
		margin-left: 20px;
		display: block;
	}
	#currentTitleContent {
		display: none;
	}
}

@media only screen and (max-height: 519px) {
	#appLogo{
		position: relative;
		bottom: 30px;
		left: 10px;
	}

	#appLogoImg{
		width: 250px;
	}
}

@media only screen and (min-height: 520px) {
	#appLogo{
		position: absolute;
		bottom: 50px;
		left: 5px;
	}
}

#mobileNav{
	position: absolute;
	left: 20px;
	top: 20px;
}

.sfError {
	color:  #AD0000; /* red; Accessibility modified */
}

.htmlSelectErrorMessage {
	color:  #AD0000 !important; /* #EA454B; Accessibility modified */
	font-size: 12px;
}

.htmlCheckboxErrorMessage {
	/*color: #EA454B;*/ color: #AD0000; /*accessibility modified*/
	margin-top: 0.8rem;
	margin-left: 0.8rem;
}

.htmlSelectError {
	border-color: #AD0000 !important; /* #EA454B; Accessibility modified */
	box-shadow: 0 1px 0 0 #EA454B !important;
}

.htmlCheckboxError {
	border-color: #EA454B !important;
	box-shadow: 0 1px 0 0 #EA454B !important;
}

.profile-icon {
	position: absolute;
	width: 42px;
	height: 42px;
	overflow: hidden;
	left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.profile-name {
	font-weight: bold;
}

.AdES-tip {
	font-size: 14px;
}

.AdES-desc {
	font-size: 14px;
}

.XAdES-icon {
	background-image: url('../../resources/img/ikona_xml-8ac871335c67bb661fba0be0977061ea.png');
	background-repeat: no-repeat;
	background-position: center;
}

.CAdES-icon {
	background-image: url('../../resources/img/ikona_cms-cb309a909d67556ed551e2e15eee780a.png');
	background-repeat: no-repeat;
	background-position: center;
}

.PAdES-icon {
	background-image: url('../../resources/img/ikona_pdf-e8ef1bd445de48ba00e0120d06d3141b.png');
	background-repeat: no-repeat;
	background-position: center;
}

.side-nav.fixed a.disabled {
	font-style: italic;
	color: gray;
}

input[type=text][readonly="readonly"], input[type=password][readonly="readonly"],
	input[type=email][readonly="readonly"], input[type=url][readonly="readonly"],
	input[type=time][readonly="readonly"], input[type=date][readonly="readonly"],
	input[type=datetime][readonly="readonly"], input[type=datetime-local][readonly="readonly"],
	input[type=tel][readonly="readonly"], input[type=number][readonly="readonly"],
	input[type=search][readonly="readonly"], textarea.materialize-textarea[readonly="readonly"]
	{
	color: rgba(0, 0, 0, 0.5);
}

input[type=text][readonly="readonly"]+label, input[type=password][readonly="readonly"]+label,
	input[type=email][readonly="readonly"]+label, input[type=url][readonly="readonly"]+label,
	input[type=time][readonly="readonly"]+label, input[type=date][readonly="readonly"]+label,
	input[type=datetime][readonly="readonly"]+label, input[type=datetime-local][readonly="readonly"]+label,
	input[type=tel][readonly="readonly"]+label, input[type=number][readonly="readonly"]+label,
	input[type=search][readonly="readonly"]+label, textarea.materialize-textarea[readonly="readonly"]+label
	{
	color: rgba(0, 0, 0, 0.5);
}

.progress {
	background-color: #ffffff;
}

.dropdown-content.select-dropdown {
	max-height: 300px;
}

.datUnosa{
	padding-left: 5px;
	padding-right: 5px;
}

.deactivationIcon{
	vertical-align: text-bottom;
	color: red; /*orange; Accessibility modified*/
	cursor: pointer;
}

.btn-flat:hover {
    background-color: rgba(0,0,0,0.1);
    box-shadow: none;
}

.faIconFix{
	padding-left: 4px;
	padding-right: 8px;
}