html {
	position: relative;
	min-height: 100%;
}
body {
	font-size: 15px;
	font-family: 'Inter', sans-serif, Tahoma, sans-serif, Muli, Metropolis, Slabo, Lato, Open Sans, sans-serif, Raleway, Poppins;
	Xfont-weight: 300;
	XXheight: 100vh !important;
	min-width: 330px !important;
	background-color: #ffffff;

	position: relative;
}

.bgmap {
	background: url("../images/worldmap2.png");
	XX-webkit-mask-image: linear-gradient(black 88%, transparent);
	XXmask-image: linear-gradient(black 25%, transparent);
	background-repeat: no-repeat;
	Xbackground-size: cover;
	background-position: 50% 80px;
	background-size: 1000px;
}

.bgmapng {
	background: url("../images/worldmap2.png");
	background-repeat: no-repeat;
	background-position: 50% 150px;
	background-size: 1000px;
}

.navbarcust {
	box-shadow: 0 5px 8px rgba(0, 0, 0, .05)
}

.bgtrans {
	background-color: transparent !important;
}
p {
/*	font-size: 0.875rem;*/
	font-size: 0.875rem;
	margin-bottom: 0.2rem;
}
h2 {
	margin-left: 0.4rem;
}
h3 {
	font-size: 1.5rem;
	margin-left: 0rem;}
h4 {
	font-size: 1.3rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1.0rem;
}
.r1 {
	font-size: 1rem !important;
}
.r12 {
	font-size: 1.2rem !important;
}
.r13 {
	font-size: 1.3rem !important;
}
.r14 {
	font-size: 1.4rem !important;
}
.r15 {
	font-size: 1.5rem !important;
}
.r09 {
	font-size: .9rem !important;
}
.r08 {
	font-size: .8rem !important;
}
.hg2 {
	height: 2rem !important;
}
.hg25 {
	height: 2.5rem !important;
}
.hg3 {
	height: 3rem !important;
}

.text-grey{
	color: #a4a4a4 !important;
}
.text-lightgrey{
	color: #dddddd !important;
}

.ajax th{
	font-weight: normal;
}

.container {
	max-width: 1280px !important;
	min-width: 330px !important;
}

.bb {
	font-weight: 600 !important;
}
.navbar-nav {
	font-weight: 500 !important;
}
.nav-link{
	color: #444444!important;;
}
.nav-link.disabled{
	color: #aaaaaa!important;
}
.nav-item {
	text-transform: uppercase;
}
.dropdown-item {
/*	font-size: 0.875rem;*/
}
.dropdown-menu{
	min-width: 74px !important;
	font-size: 15px !important;
	left: -180px !important;
	min-width: 130px !important;
	margin-top: 0px;
	left: 0px !important;
}

a {
	text-decoration: inherit !important;
/*	font-size: 0.875rem;*/
}

#snippet-grid-table a{
	font-size: 0.85rem !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	XXheight: 120px;
	line-height: 10px; /* Vertically center the text there */
}

.datagrid {
	padding: 0em;
}

.flashf {
	width: 100%;
	height: auto;
	xbox-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	vertical-align: middle;
	box-sizing: border-box;
}

/*FRDG*/
.flash {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: auto;
	line-height: 80px;
	xbox-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
	z-index: 3;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	box-sizing: border-box;
	transform: translateY(-156px)
}

.flash.slide {
	animation-name: flashes;
	animation-duration: 5s;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
}

@keyframes flashes {
	0%,
	100% {
		transform: translateY(-56px)
	}

	15%,
	85% {
		transform: translateY(0)
	}
}

@-webkit-keyframes flashes {
	0%,
	100% {
		transform: translateY(-56px)
	}

	15%,
	85% {
		transform: translateY(0)
	}
}
.alert-error {
	background-color: #edcccc;
	font-weight: 300;
	color: #732121;
}

#ajax-spinner {
	position: fixed;
	left: 50%;
	top: 50%;
}
/*cardsef*/
.cardh{
	border-radius: 0px;
	background: #0067a6;
	box-shadow: 0 30px 30px rgba(0,0,0,.11), 0 10px 30px rgba(0,0,0,.11);
	transition: .2s transform cubic-bezier(.155,1.105,.295,1.12),.2s box-shadow,.2s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	padding: 18px 36px 18px 36px;
	cursor: pointer;
	color: #ffffff !important;
}

.cardh:hover{
	transform: scale(1.03);
	box-shadow: 0 40px 40px rgba(0,0,0,.15), 0 10px 40px rgba(0,0,0,.13);
	color: #ffffff !important;
	background: #005589;
}

.cardh h3{
	font-weight: 600;
}

/*custom Bootstrap*/
.card, .btn, .form-control, .custom-select, .select2-container--default, .select2-selection--multiple, .select2-selection, .select2-selection--single,
.card-img, .card-img-top, .modal-content, .modal-header, .modal-footer, .badge, .btn-sm, .btn-lg, .btn-group-sm, .btn, .custom-file-label
{
	Xborder-radius: 1 !important;
	border-radius: 0.2rem !important;
	Xborder-bottom-left-radius: 0 !important;
	Xfont-size: 1.25rem;
}

.offcanvas-collapse {
	top: 100px;
}

legend{
	font-size: 1.2rem;
	padding-top: 6px;
	padding-bottom: 4px;
}
/*EUC*/
.eu-cookies {
	width: 100%;
	z-index: 1000;
}

.button:active,
button:active,
.button:focus,
button:focus,
.button:hover,
button:hover{
	Xborder:none !important;
	Xoutline:none !important;
	Xbox-shadow: none !important;
}

.form-control::placeholder {color: #bebebe;opacity: 1; }

.custom-select {
	width: 100%;
}
.form-control,.custom-select {
	font-size: 15px;
	color: #343a40;
	border: 1px solid #adbfc0;
	height: 35px;
}
#frm-itemForm .form-control,#frm-itemForm .custom-select, #frm-searchForm .form-control {
	font-size: 1.5rem;
	color: #343a40;
	border: 1px solid #adbfc0;
	height: 50px;
}

.form-control:focus {color: #005589;}

:required {
	border: 1px solid #007FB7;
	outline: none;

	content:"*";
}

.alarequired {
	border: 1px solid #007FB7;
	outline: none;

	content:"*";
}
.formmax {
	max-width: 750px;
}

.form-group {
	margin-bottom: 0.5rem;
}
.custom-control-label {
	padding-left: 0.7rem;

}
.XXXcustom-control-input {
	margin-top: 0px !important;
}

.custom-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	XXXfont-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 15px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.custom-select {
		transition: none;
	}
}
.custom-select:focus {
	border-color: #80aac4;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(0, 85, 137, 0.25);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
.custom-select:disabled {
	background-color: #e9ecef;
}
.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}

.custom-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

.custom-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: 0.5rem;
}

/*
.colors {
 background-color: rgba(0,85,137)
	#005589
	background-color: rgba(0,127,183)
	#007FB7
	background-color: rgba(0,153,188)
	#0099BC
	background-color: rgba(0,178,191)
	#00B2BF
	background-color: rgba(138,159,160)
	#8A9FA0
	background-color: rgba(203, 85, 34);
	background-color: rgba(247, 147, 54)
	background-color: rgba(158, 61, 34)
}*/

/* Trick: */

body::after {
	content: '';
	display: block;
	height: 110px; /* Set same as footer's height */
}
.footerX {
	background-color: rgba(206, 220, 225, 0.6);
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 47px;
}

/*bootstrap 4 >> 5 - Datagrid*/
.text-right {
	text-align: right !important;
}

select.form-control {
	padding-left: 4px;
}

.bg-primary-light{
	background-color: #bfd5e1;
}

.bg-yellow{
	background-color: #ffff00;
}

.alldone{
	background-color: #cccccc;
	text-decoration: line-through;
	color: #626262;
}

.custom-file-input{
	font-size: 14px;
}
table.datafiletable td {
	padding: 2px !important;
}

.disabled-link {
	 pointer-events: none;
}

.plantable td {
	border: 1px solid #e3e3e3;
}
.ptfx {
	max-width: 18px;
	min-width: 18px;
	overflow: initial;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
}

