﻿@charset "utf-8";
body {
	font-family: Trebuchet, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 1px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	text-align: center; /*Fix for centering window on certain browsers*/;
}
/*===============indicates no border around any image ============*/
body img {
	max-width: 100%;
	height: auto;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	text-decoration: none;
}
.video {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	border: 0px;
	max-height: 90%;
	margin: 20px auto;
}
input, textarea {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90%;
}
body img.omplogo {
	float: right;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 1px auto;
	padding: 5px;
	background-color: #ffffff;
	text-align: left;/*Fix for centering window on certain browsers*/;
	width: 90%;
	max-width: 1280px;
}
.search-container {
	float: right;
}
/*================== styles for cookie consent=====================*/
.cookie-box {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 17px 17px rgba(0,0,0,.15), 0 27px 55px rgba(0,0,0,.3);
	margin: 24px;
	max-height: calc(100% - 48px);
	max-width: calc(100% - 48px);
	overflow: auto;
	padding: 8px;
	position: fixed;
	z-index: 10012;
	right: 60px;
	bottom: 30px;
	display: none;
}
.cookie-box-contents {
	color: #757575;
	padding: 16px;
}
.cookie-box-buttons {
	text-align: right;
}
.cookie-button {
	color: #0;
	padding: 8px;
	margin: 0 8px;
	border: 0;
	border-radius: 2px;
	display: inline-block;
	min-width: 56px;
	outline: 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s;
	vertical-align: middle;
	white-space: nowrap;
}
.cookie-button:hover {
	background-color: #e1f3fc;
	text-decoration: none;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	padding: 18px 0px 24px 0px;
	background-color: #FFFFFF;
	height: 96px;
	background-repeat: no-repeat;
	color: #000000;
}
/*=================== styles for logo's ======================*/
#logoleft {
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	width: 300px;
	height: 85px;
	background-repeat: no-repeat;
}
#logomiddle {
	padding: 5px;
	font-size: 0.7em;
	color: #0;
	float: right;
	height: 85px;
	overflow: hidden;
}
#logoright {
	float: right;
	margin: 0px;
	width: 150px;
	height: 85px;
	padding-top: 5px;
}
#omplogo {
	float: right;
	width: 250px;
}
.fancycontainer {
	display: flex;
	flex-wrap: wrap; /*grid-template-columns: repeat(auto-fit, 360px);*/;
	gap: 10px;
	justify-content: left;
}
.fancybox-mvp {
	padding: 0px;
}
.fancybox {
	max-width: 380px; /* let grid handle width */;
	min-height: 190px; /* keep your fixed height */;
	padding: 10px;
	margin: 0;
	border: thin gray solid;
	border-radius: 8px;
	position: relative;
	background-size: auto 100%;
	box-sizing: border-box;
}
/*.fancybox.featured {
	height: auto;
	grid-column: 1 / -1;
	margin-bottom: 20px;
	background: #eef6ff;
}*/
.fancybox.featured {
	max-width: calc(380px * 3 + 20px);
	min-height: auto;
	
}
.fancybox:hover {
	border-color: #267373;
	background-color: #EFEFEF;
}
.fancybox-slide--video .fancybox-content {
	max-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fancybox-slide--video .fancybox-content video {
	max-height: 100%;
	width: auto;
	object-fit: contain;
	display: block;
}
.video-thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	overflow: hidden;
	border-radius: 6px;
}
.video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	color: #107C41;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
	pointer-events: none;
}
.fancyboxDL {
	padding: 10px;
	margin: 5px 5px 5px 0px;
	float: left;
	border: thin gray solid;
	width: 90%;
	min-height: 100px;
	border-radius: 8px;
	box-shadow: 2px 2px 2px #267373;
	position: relative;
	background-size: auto 100%;
}
/* remove empty space around header*/
.fancybox h3 {
	margin-block-start: 0em;
	margin-block-end: 0.2em;
}
.fancybox-title {
	display: flex;
	align-items: center;
	gap: 0.5em; /* space between icon and text */;
	margin-left: 0em; /* consistent left margin */
}
.fancybox-title img.icon {
	margin: 0;
	max-width: 48px; /* optional: prevents scaling if needed */;
	max-height: 48px; /* optional: avoids height restriction */
}
.link-spanner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
/*=================== styles for top menu ======================*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#topmenu {
	display: none;
}
/*============== Styles for Breadcrumb ===================*/
#crumbs {
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	float: left;
	line-height: 2;
}
#languagejump {
	margin: 0px;
	width: 180px;
	font-size: 13px;
	float: right;
	text-align: right;
	padding-right: 15px;
}
/*============== Styles for previous and next links ===================*/
#prevlink {
	float: left;
	text-align: left;
	text-decoration: none;
}
#prevlink a:hover {
	background: #ffffff;
}
#nextlink {
	float: right;
	text-align: right;
	text-decoration: none;
}
#nextlink a:hover {
	background: #ffffff;
}
/* *****************************************************
Drop-down menu
**************************************************** */
/*https://www.w3schools.com/howto/howto_js_responsive_navbar_dropdown.asp*/
/* Add a black background color to the top navigation */
.topnav {
	background-color: black;
	overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #DCDCDC;
	text-align: center;
	padding: 12px 12px;
	text-decoration: none;
	font-size: 18px;
}
.topnav a:link {
	color: #FFFFFF;
}
.topnav a:visited {
	font-weight: normal;
	color: #DCDCDC;
	background: transparent;
	padding: 0px;
}
.topnav a:hover {
	color: #ffffff;
}
.topnav a:active {
	color: white;
}
/* Add an active class to highlight the current page */
.active {
	background-color: #107C41;
}
a.activeToc {
	color: white;
	background-color: #CCE5E5;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
}
/* Dropdown container - needed to position the dropdown content */
.dropdown {
	float: left;
	overflow: hidden;
}
/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	color: white;
	padding: 2px 0px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.dropdown .dropbtnactive {
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 0px 0px;
	background-color: #267373;
	font-family: inherit;
	margin: 0;
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	padding: 0px 6px;
	position: absolute;
	background-color: #555555;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 6px 18px;
	text-decoration: none;
	display: block;
	text-align: left;
	z-index: 1;
}
/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}
/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}
.show {
	display: block;
}
/* When the screen is less than 1000 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
  display: none;
   	font-size: 18px;
  }
.dropdown-content a {
	padding: 12px 18px;
}
.dropdown .dropbtn {
	padding: 0px 0px;
}
.topnav a.icon {
	float: right;
	padding: 6px 16px;
	display: block;
	font-size: x-large;
}
}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
.topnav.responsive {
	position: relative;
}
.topnav.responsive a.icon {
	position: absolute;
	right: 0;
	top: 0;
	font-size: x-large;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
	font-size: 18px;
}
.topnav.responsive .dropdown {
	float: none;
}
.topnav.responsive .dropdown-content {
	position: relative;
}
.topnav.responsive .dropdown .dropbtn {
	display: block;
	width: 100%;
	text-align: left;
	font-size: x-large;
}
}
/* *****************************************************
Bar on Right hand side 
**************************************************** */
#rightbox {
	font-family: Trebuchet, Tahoma, Helvetica, Arial, sans-serif;
	width: 160px;
	padding: 0px;
	margin: 0px;
	float: right;
	border: 2px solid #1A4D4D;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: #EBF5F5;
	color: #000000;
	font-size: 85%;
}
#rightbox .heading {
	background: #267373;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
/*==============Comments==============*/
#comments {
	width: 100%;
}
/*==============all site links==============*/
a:link {
	font-weight: normal;
	color: #267373;
}
a:visited {
	font-weight: normal;
	color: gray;
	background: transparent;
	padding: 0px;
}
a:hover {
	font-weight: normal;
	text-decoration : none;
	background: #267373;
	color: #ffffff;
}
/*a.active {
	font-weight: normal;
	background: #CCE5E5;
	color: #000000;
}*/
a.buynowbutton {
	appearance: none; /*  background-color: #fff;
  color: #107C41;*/;
	background-color: #FF6F3C;
	color: #fff;
	border: 2px solid rgba(27, 31, 35, .15);
	border-color: #FF6F3C;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 6px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: inherit;
	white-space: nowrap;
}
a.buynowbutton:hover {
	text-decoration: underline;
	background-color: #e65c2a;
	border-color: #e65c2a;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
	transform: scale(1.05);
	transition: transform 0.2s ease;
}
a.installbutton {
	appearance: none; /*  background-color: #fff;
  color: #107C41;*/;
	background-color: #107C41;
	color: #fff;
	border: 2px solid rgba(27, 31, 35, .15);
	border-color: #107C41;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 6px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: inherit;
	white-space: nowrap;
}
a.installbutton:hover {
	text-decoration: underline;
	background-color: #0C5F32; /*slightly darker green*/;
	border-color: #0C5F32;
	box-shadow: 0 0 8px #169C54;
	transform: scale(1.05);
	transition: transform 0.2s ease;
}
a.LinkButton {
	border-style: solid;
	border-width : 1px 1px 1px 1px;
	background-image: url('images/download_icon.png');
	background-repeat: no-repeat;
	text-decoration : none;
	padding-left: 45px;
	margin-bottom: 4px;
	border-color : #267373;
	background-size: contain;
}
a.LinkButton.hover {
	border-style: solid;
	border-width : 1px 1px 1px 1px;
	text-decoration : none;
	padding : 0px;
	background: #267373;
	color: #ffffff;
	border-color : #267373;
}
/*====================== styles for main content area =========================*/
#content {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/bullet1.gif');
	padding: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content ul ul li {
	list-style-image: url('images/bullet2.gif');
	padding: 2px 0px;
}
#content ul ul ul li {
	list-style-image: url('images/bullet1small.gif');
	padding: 2px 0px;
}
#content ul ul ul ul li {
	list-style-image: url('images/bullet2small.gif');
	padding: 2px 0px;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #0D2626;
	clear: both;
	padding: 5px;
	font-size: 0.9em;
	background-color: rgb(255, 255, 255);
	text-align: center;
	height: 90px;
}
#footer img {
	max-width: 100%;
	height: auto;
	float: right;
	padding-top: 0px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=================== VBA code styling =================*/
.vbacode, .vbacode std {
	border-width: thin;
	border-style: groove;
	padding: 7px;
	overflow: auto;
	white-space: nowrap;
	font-size: 0.8em;
	color: black;
	font-family: "Courier New", Courier, monospace;
	background-color: #fafafa;/*very slight grey*/
}
.vbacode .rem {
	color: #008000;
}
.vbacode .kwrd {
	color: #0000ff;
}
.vbacode .rem {
	color: #00aa00;
}
/*================== general styles =================*/
hr {
	width: 100%;
	text-align: center;
	background-color: #1A4D4D;
	height: 1px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	background-color: inherit;
}
h1 {
	color: #A24736;
	font-size: 1.4em;
	background-color: #F9EEEC;
	font-weight: bold;
	text-transform: capitalize;
}
h2 {
	color: #BF543F;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	color: #BF543F;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	color: #BF543F;
	font-size: 1em;
	font-weight: normal;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	max-width: 100%;
	height: auto;
	padding: 7px;
}
.imglft {
	float: left;
	max-width: 100%;
	height: auto;
	padding: 7px;
}
/* ============Small text============*/
.smtxt {
	font-size: small;
}
/* ============Very Small text============*/
.vsmtxt {
	font-size: x-small;
}
/* ============tips============*/
.tip {
	min-height: 48px;
	border: solid 1px;
	border-color: #267373;
	margin-left: 10px;
	padding-left: 45px;
	background-image: url('images/tip.gif');
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
}
.exclamation {
	min-height: 36px;
	border: solid 1px;
	border-color: #BF543F;
	margin-left: 10px;
	padding-left: 45px;
	background-image: url('images/exclamation.gif');
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
}
.warning {
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #A24736;
	font-weight: bold;
}
.rTable {
	display: table;
	border: 1px gray solid;
	padding: 3px;
}
.rTableRow {
	display: table-row;
}
.rTableHeadingRow {
	display: table-row;
	font-weight: bold;
}
.rTableRowStriped {
	display: table-row;
	background-color: #EEEEEE;
}
.rTableRowhidden {
	visibility: hidden;
}
.rTableHeading {
	display: table-header-group;
}
.rTableBody {
	display: table-row-group;
}
.rTableFoot {
	display: table-footer-group;
}
.rTableCell, .rTableHead {
	display: table-cell;
	padding-right: 10px;
}
.antiSpam {
	visibility: hidden;
}
table {
	border-collapse: collapse;
	border: 2px solid #267373;
	padding: 5px;
}
td {
	border: 1px solid #267373;
}
tr {
	border: 1px solid #267373;
}
table.topbar {
	background-image: url('images/menudefault.gif');
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 18px;
}
td.topbar {
	width: 99%;
}
}
tr.topbar {
	width: 99%;
}
table.noborder {
	border-collapse: collapse;
	border: 0px;
	padding: 5px;
}
td.noborder {
	border: 0px;
}
tr.noborder {
	border: 0px;
}
a.sitemap1 {
	color: #267373;
}
a.sitemap1:visited {
	color: #267373;
}
a.sitemap1:hover {
	background: #267373;
	color: #ffffff;
}
a.sitemap2 {
	color: #BF543F;
}
a.sitemap2:visited {
	color: #BF543F;
}
a.sitemap2:hover {
	background: #BF543F;
	color: #ffffff;
}
a.sitemap3 {
	color: #267373;
}
a.sitemap3:visited {
	color: #267373;
}
a.sitemap3:hover {
	background: #267373;
	color: #ffffff;
}
a.sitemap4 {
	color: #BF543F;
}
a.sitemap4:visited {
	color: #BF543F;
}
a.sitemap4:hover {
	background: #BF543F;
	color: #ffffff;
}
#hiddenformfield {
	visibility: hidden;
	display: none;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media screen and (max-width: 1000px) {
#banner {
	background-position: center;
	padding: 2px;
	background-color: #FFFFFF;
	height: 66px;
	background-repeat: no-repeat;
	color: #000000;
}
img {
	margin: 0px;
	max-width: 100%;
	height: auto;
}
#logoleft {
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	width: 180px;
	height: 66px;
	background-repeat: no-repeat;
}
#logomiddle {
	float: right;
	width: 170px;
	height: 66px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 1px;
}
#rightbox {
	display: none;
	float: none;
	width: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
