html {
	position: relative;
	min-height: 100%;
}
body {
	font-size: 1rem;
	font-family: 'PT Sans','Source Sans Pro', sans-serif;
	min-width: 330px !important;
	background-color: #ffffff;
	position: relative;
}

h2 {
	color: #292929;
	font-family: Montserrat;
	font-weight: 600 !important;
	font-size: 2.3rem;
	margin-bottom: 1rem;
}
h3 {
	color: #292929;
	font-family: Montserrat;
	font-size: 2rem;
}
h4 {
	color: #292929;
	font-family: Montserrat;
	font-size: 1.5rem;
}
h5 {
	color: #292929;
	font-family: Montserrat;
	font-size: 1.3rem;
}

.fontm13 {
	font-family: Montserrat;
	font-weight: 600 !important;
	font-size: 13px;
}
.fontm14 {
	font-family: Montserrat;
	Xfont-weight: 900 !important;
	font-size: 14px;
}
.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-new{
	color: #444444!important;
	font-family: Montserrat;
	font-weight: 500 !important;
}
.nav-link{
	Xpadding: 0;
}
.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: 13px !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 */
	height: 100px;
	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%;
}
/*flip images*/


.card-flyer .image-box{
	overflow: hidden;
}

.card-flyer .image-box img{
	-webkit-transition:all .9s ease;
	-moz-transition:all .9s ease;
	-o-transition:all .9s ease;
	-ms-transition:all .9s ease;
}
.card-flyer:hover .image-box img{
	opacity: 0.85;
	-webkit-transform:scale(1.09);
	-moz-transform:scale(1.09);
	-ms-transform:scale(1.09);
	-o-transform:scale(1.09);
	transform:scale(1.09);
	width:100%;
}
.card-flyer{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0);
}
.card-flyer:hover{
	/*box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 1);*/
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

/*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, .Xbadge, .btn-sm, .btn-lg, .btn-group-sm, .btn, .custom-file-label
{
	border-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	font-size: 1rem;
}

.img-home-list{
	max-height: 111.5px;
	Xheight: 112px;
	width: 9rem;
	max-width: 100%;
	object-fit: cover;
}

.img-list{
	height: 11rem;
	width: 100%;
	object-fit: contain;
	Xobject-fit: cover;

}

.img-list-a{
	height: auto;
	width: 100%;
	object-fit: contain;
	Xobject-fit: cover;

}
.img-list-c{
	height: 4rem;
	width: auto;
	object-fit: cover;
}

.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: 13px;
	color: #343a40;
	border: 1px solid #adbfc0;
}
.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;
}

.form-control {
	height: 35px;
}
.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: 16px 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: */

Xbody::after {
	content: '';
	display: block;
	height: 100px; /* Set same as footer's height */
}
.footerX {
	background-color: rgba(206, 220, 225, 0.6);
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

/*bootstrap 4 >> 5 - Datagrid*/
.text-right {
	text-align: right !important;
}

select.form-control {
	padding-left: 4px;
}

.bg-primary-light{
	background-color: #bfd5e1;
}

.custom-file-input{
	font-size: 14px;
}
table.datafiletable td {
	padding: 2px !important;
}

@media (min-width: 1600px) {
	.sidelogo {
		background-image: url(../images/bg-2vv-vertical.svg);
		background-repeat: no-repeat;
		background-position:  left 290px;
		min-height: 1055px;
		Xheight: 1055px;
	}
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: -6px;
	top: +33px;
	background-color: #f1f1f1;
	Xmin-width: 64px;
	width: 64px;
	Xbox-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 0px;
	text-decoration: none;
	display: block;
	width: 64px;
}

.dropdown-content a:hover {background-color: #009CDD;}

.dropdown:hover .dropdown-content {display: block;}

.select2-container{
	height: 35px !important;
	min-width: 220px !important;
}
.select2-selection .select2-selection--single{
	height: 35px !important;
	min-width: 220px !important;
}
.select2-selection__rendered{
	height: 35px !important;
	line-height: 33px !important;
	color: #777777 !important;
	min-width: 220px !important;
;
}

.select2-selection{
	height: 35px !important;
	min-width: 220px !important;
}