p,ul,li {
color: #333;
line-height: 17px;
}

h1 {
	color: #072140;
	font-weight: bold;
}
h2, h3, h4 {
	color: #0a2d57;
	font-weight: bold;
}
a {
    color: #3070b3;
    text-decoration: none;
	font-weight: bold;
}

a:not(.btn):not(.list-group-item) {
    color: #3070b3;
    line-height: 1.6em;
    outline: none;
    text-decoration: none;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}
a[target="_blank"]::after
{
	margin-left: 5px;
	margin-right: 3px;
	padding-right: 10px;
	content: "";
	display: inline-flex;
	block-size: 1.25em;
	margin-inline-start: 0.25rem;
	vertical-align: text-bottom;
	inline-size: 1.25em;
	mask-mode: alpha;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
    background: url('../img/external_link.png') no-repeat scroll center center;
}
a:not(.btn):not(.nav-link):not(.amenu):hover {
	border-bottom: 3px #3070b3;
	color: #3070b3;
	text-decoration: underline;
}

a:not(.btn):not(.nav-link):not(.amenu):active {
	border-bottom: 3px #0e396e;
	color: #0e396e;
	text-decoration: underline;
}
a:not(.btn):not(.nav-link):not(.amenu):focus {
	border-bottom: 3px #3070b3;
	color: #3070b3;
	text-decoration: underline;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}


.btn-width button {
	width: 100%;
	margin-top: 3%;
}

.btn-primary {
	color: #fff;
	border-color: #3070b3;
	background: #3070b3;
	font-weight: bold;
}

.btn-primary:hover {
	background-color: #114584;
	border-color: #114584;
	color : #fff;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary.dropdown-toggle.show, .btn-primary:active {
	background-color: #0e396e;
	border-color: #0e396e;
	color : #fff;
}

.btn-primary:focus {
	background-color: #3070b3;
	border-color: #3070b3;
	color : #fff;
}

.datepicker{z-index:1200 !important;}

.foldertree_element {
	padding: 5px 0;
}

p .ld-italic-green {
    font-style: italic;
    color: #006400;
}