.error-block {
	color: #a94442;
	font-weight: bold;
	background-color: #F5E6E6;
	margin-bottom: 3px;
	padding: 2px 8px;
	border-radius: 3px;
}

.success-block {
	color: #3c763d;
	font-weight: bold;
	background-color: #dff0d8;
	margin-bottom: 3px;
	padding: 2px 8px;
	border-radius: 3px;
	border-color: #d6e9c6;
}

select[multiple] {
	height: 116px;
}

div.checkbox {
	margin-top: 0;
}

div.radio {
	margin-top: 0;
}

.file-tip,
.file-tip:focus, .file-tip:hover {
	color: inherit;
}

.fileinput-button input {
	position: absolute;
    left: -9999px;
	opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.btn-featured {
	padding: 20px 16px;
}

.btn-warning-alt {
	color: #FFF;
	background-color: #f39c12;
}
.btn-warning-alt:hover,
.btn-warning-alt:active,
.btn-warning-alt:focus {
	color: #FFF;
	background-color: #ef8a0d;
}

#paper {
	color: #000;
	width: 670px;
	margin: 20px auto;
	font-family: 'Open Sans', sans-serif;
}

#paper.pdf {
	width: 100%;
	margin: 0;
}

#paper .heading,
#paper dt {
	font-family: 'Open Sans Bold', sans-serif;
	font-weight: bold;
}

.zn-display-form .heading {
	color: #3A7297;
	font-size: 20px;
	border-top: 6px solid #D3D3D3;
	margin: 0;
	margin-top: 60px;
	padding: 30px 0;
	text-align: center;
}

.zn-display-form .heading:first-child {
	margin-top: 30px;
}

.zn-display-form .form-name {
	color: rgb(153, 153, 153);
}

.zn-display-form .record-name {
	color: #3A7297;
}

hr.title {
	border-color: #D3D3D3;
	border-width: 6px;
}

.zn-display-form .presentational {
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 19px;
}

.zn-display-form dl {
	margin: 0;
	margin-bottom: 30px;
	page-break-inside: avoid;
}

@media print {

	dd.form-data>a[href]:after {
		content: none !important;
	}
}

.zn-display-form dd {
	font-size: 14px;
	overflow: hidden;
}

.zn-display-form dt {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 14px;
}

.pdf table {
	page-break-after: auto
}

.pdf tr {
	page-break-inside: avoid;
	page-break-after: auto
}

.pdf td {
	page-break-inside: avoid;
	page-break-after: auto
}

.pdf thead {
	display: table-header-group;
}

.pdf tfoot {
	display: table-footer-group;
}

#logo-header {
	margin-bottom: 15px;
	max-height: 228px;
	overflow: hidden;
}

#logo-header img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.footer {
	margin-top: 20px;
	margin-bottom: 200px;
}

.footer-brand {
	display: block;
	margin: 0 auto;
	width: 125px;
	opacity: 0.4;

	transition: opacity .25s ease-in-out;
}

.footer-brand:hover {
	opacity: 1;
}

.cookie-alert {
	display: none;
}

.form-not-ready {
	display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.saving-indicator,
.saved-indicator,
.last-save-indicator,
.error-indicator {
	display: none;
}

.help-block a {
	color: #737373;
	text-decoration: underline;
}

.help-block a:hover {
	color: #555;
}

.button-separator {
	display: block;
	margin-right: 5px;
	height: 1px
}

.start-hidden {
	display: none;
}

.unviewable-file-container {
	background-color: #f8f8f8;
	padding: 50px 25px;
	height: 100%;
}

.flowplayer.flowplayer-container {
	display: block;
	width: 640px;
	height: 384px;
	margin-bottom: 15px;
}

.image-fit-width {
	max-width: 100%;
}

.vertical-gutter {
	height: 21px;
}

.arrow-cursor {
	cursor: default;
}

.error-code-container {
	display: inline-block;
	margin: 20px 0;
	padding: 12px 25px;
	border-radius: 2px;

	background-color: rgb(253, 243, 243);
}

.error-code-container-wide {
	margin: 12px 0;
	padding: 10px;

	background-color: rgb(253, 243, 243);
}

.error-label {
	display: inline;
	margin-right: 15px;

	text-transform: uppercase;
	font-size: 11px;
	color: #666;
}

.error-code {
	display: inline;

	font-size: 15px;
	color: #a94442;
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.disclaimer {
	margin-top: 10px;
}

.text-thin {
	font-weight: lighter;
}

p.top-guttered {
	margin-top: 10px;
}

button.btn.btn-link-no-gutter {
	background-color: transparent;
	box-shadow: none;
	border: 1px 0;
	padding: 6px 0;
}

span.form-action-separator {
	display: inline-block;
}

span.form-action-separator::before {
	content: "";
	border-right: 1px solid #CCC;
	margin: 0 16px;
}

/* copied over from portal.css */
#form-listing .table-striped>tbody>tr:nth-child(odd) {
	background-color: #F2F7FD;
}

.privacy-policy {
	font-size: 90%;
	margin-bottom: 10px;
	padding-top: 10px;
}

.privacy-policy .accept-box {
	float: left;
	padding-right: 10px;
}

.privacy-policy .accept-text {
	min-height: 20px;
}

.privacy-policy .accept-text,
.privacy-policy p {
	overflow: hidden;
}

.spinner {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: url(/img/spinner-small.gif) no-repeat 2px 1px;
}

.select-container,
.select2-container {
	width: 100%;
}

.select2-results__option.loading-results,
.select2-results__option.select2-results__option--load-more {
	background-image: url('/img/spinner-small.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 10px 50%;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	float: none;
	padding-left: 7px;
	padding-right: 5px;
}

#external-link-warning .modal-body p {
	padding-bottom: 10px;
}

/* Textarea Counter */
.clearfix::after {
	content: '';
	clear: both;
	display: table;
}

.counter {
	color:  #737373;
	float: right;
	font-size: 12px;
	padding: .25em;
}

.counter-error {
	color: #d75359;
}


div.password-block {
	padding-inline-start:40px;
	font-size:12px;
}

div.password-block div.valid {
	color: green;
}

div.password-block div::before {
	font-family: 'Glyphicons Halflings';
	margin-right: 10px;
	margin-top: 3px;
	position: relative;
	content: "\e083;
}

div.password-block div.valid, div.valid::before {
	content: "\e084";
}

div.password-block div.invalid, div.invalid::before {
	color: #737373;
	content: "\e083";

}

.password-show-icon {
	float: right;
	margin: -22px 5px 0 -25px;
	position: relative;
	z-index: 2;
}

.zn-display-form .form-group {
	clear:both;
	display:block;
}

.field-md-1, .field-md-2, .field-md-3, .field-md-4, .field-md-5, .field-md-6, .field-md-7,
.field-md-8, .field-md-9, .field-md-10, .field-md-11, .field-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}

@media (min-width: 992px) {

	.field-md-1.no-label label.form-label, .field-md-2.no-label label.form-label, .field-md-3.no-label label.form-label, .field-md-4.no-label label.form-label, .field-md-5.no-label label.form-label, .field-md-6.no-label label.form-label, .field-md-7.no-label label.form-label,
	.field-md-8.no-label label.form-label, .field-md-9.no-label label.form-label, .field-md-10.no-label label.form-label, .field-md-11.no-label label.form-label, .field-md-12.no-label label.form-label {
		text-indent: -10000px;
	}

	.field-md-1.no-label p, .field-md-2.no-label p, .field-md-3.no-label p, .field-md-4.no-label p, .field-md-5.no-label p, .field-md-6.no-label p, .field-md-7.no-label p,
	.field-md-8.no-label p, .field-md-9.no-label p, .field-md-10.no-label p, .field-md-11.no-label p, .field-md-12.no-label p {
		text-indent: -10000px;
	}

	.field-md-1.no-label dt, .field-md-2.no-label dt, .field-md-3.no-label dt, .field-md-4.no-label dt, .field-md-5.no-label dt, .field-md-6.no-label dt, .field-md-7.no-label dt,
	.field-md-8.no-label dt, .field-md-9.no-label dt, .field-md-10.no-label dt, .field-md-11.no-label dt, .field-md-12.no-label dt {
		text-indent: -10000px;
	}
}

@media (min-width: 992px) {
	.field-md-1, .field-md-2, .field-md-3, .field-md-4, .field-md-5, .field-md-6, .field-md-7,
	.field-md-8, .field-md-9, .field-md-10, .field-md-11, .field-md-12 {
		float: left;
		clear: none !important;
	}
}

@media (min-width: 992px) {
	.field-md-1 {
		width: 8.33333%;
	}

	.field-md-2 {
		width: 16.66667%;
	}

	.field-md-3 {
		width: 25%;
	}

	.field-md-4 {
		width: 33.33333%;
	}

	.field-md-5 {
		width: 41.66667%;
	}

	.field-md-6 {
		width: 50%;
	}

	.field-md-7 {
		width: 58.33333%;
	}

	.field-md-8 {
		width: 66.66667%;
	}

	.field-md-9 {
		width: 75%;
	}

	.field-md-10 {
		width: 83.33333%;
	}

	.field-md-11 {
		width: 91.66667%;
	}

	.field-md-12 {
		width: 100%;
	}
}

.translation-selection, .translation-selected{
	text-transform: capitalize;
}

.zn-display-form-layout {
	clear: both;
	overflow: hidden;
}
