﻿@media screen {
	.printmsg {
		display: none;
	}
}
/*end media screen*/
@media all {
	.eggplant {
		color: #660066;
	}
	.bg-eggplant {
		background-color: #660066;
	}
	.white {
		color: #FFFFFF;
	}
	.bg-white {
		background-color: #FFFFFF;
	}
	.grey-10 {
		color: #E8E8E8;
	}
	.bg-grey-10 {
		background-color: #E8E8E8;
	}
	.grey-25 {
		color: #C0C0C0;
	}
	.bg-grey-25 {
		background-color: #C0C0C0;
	}
	.grey-50 {
		color: #808080;
	}
	.bg-grey-50 {
		background-color: #808080;
	}
	.grey-75 {
		color: #404040;
	}
	.bg-grey-75 {
		background-color: #404040;
	}
	.mango {
		color: #FFCC00;
	}
	.bg-mango {
		background-color: #FFCC00;
	}
	.banana {
		color: #FFFF99;
	}
	.bg-banana {
		background-color: #FFFF99;
	}
	.cream {
		color: #FFFFCC;
	}
	.bg-cream {
		background-color: #FFFFCC;
	}
	.olive {
		color: #546501;
	}
	.bg-olive {
		background-color: #546501;
	}
	.rust {
		color: #800000;
	}
	.bg-rust {
		background-color: #800000;
	}
	bold {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		font-weight: bold;
		color: #660066;
		/*font-size: 1em;*/
		font-variant: normal;
	}
	span.mono {
		font-family: monospace;
		/*font-size: 1em;*/;
	}
	p {
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
		/*padding: 0.33em;*/
		padding: 6px;
	}
	.mono {
		font-family: monospace;
		/*font-size: 1em;*/;
	}
	html, body {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		font-size: 14px;
		text-align: center;
		word-spacing: 0;
		text-indent: 0;
		line-height: 133%;
		margin: 0;
		padding: 0;
		border: 0;
		/*background: #660066;*/
		box-sizing: border-box;
	}
	*, *:before, *:after {
		box-sizing: inherit;
	}
	/* Viewport Units: vh vw vmin vmax */
	div {
		display: inline-block;
		float: left;
		vertical-align: top;
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		/*font-size: 1em;*/
		text-align: left;
		line-height: 133%;
		width: 100%;
		padding: 0;
	}
	.parent {
		display: grid;
		grid-template-rows: 1fr; /* This means one row that takes full height */
		height: 100%; /* Or set to a specific height */
	}
	.child {
		width: 100%; /* Full width of the parent */
	}
	.flex-parent {
		display: flex;
		flex-wrap: wrap;  /* Allows multiple lines of children if they exceed parent's width */
	}
	.clearfix {
		overflow: auto;
	}
	.clearfix::after {
		content: "";
		clear: both;
		display: table;
	}
	.div-page {
		width: 100%;
	}
	.pdgmain {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		/*font-size: 1em;*/
		width: 100%;
		max-width: 1024px;
		border-collapse: collapse;
		line-height: 125%;
		margin: auto;
	}
	table {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		/*font-size: 1em;*/
		width:100%;
		max-width: 1024px;
		border-collapse: collapse;
		line-height: 125%;
		margin: auto;
	}
	th {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		/*font-size: 1em;*/
		font-weight: bold;
		color: #660066;
		background-color: #FFCC00;
		height: 24px;
		vertical-align: middle;
		text-align: center;
	}
	td {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		/*font-size: 1em;*/
		border: 0;
		padding: 3px;
		text-align: left;
		color: #000000;
	}
	h1 {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		font-size: 1em;
		font-weight: bold;
		color: #660066;
		margin-top: 0;
		margin-bottom: 0;
	}
	img {
		border: 0;
		padding: 0px;
		margin: 0px;
		max-width: 100%;
		height: auto;
		/*max-height: 100%;*/;
	}
	.text-left {
		text-align: left;
	}
	.text-center {
		text-align: center;
	}
	.text-right {
		text-align: right;
	}
	.text-top {
		vertical-align: text-top;
	}
	.text-middle {
		/*vertical-align: middle;*/
		height: 24px;
		line-height: 24px;
		padding: 8px;
	}
	.text-bottom {
		vertical-align: text-bottom;
	}
	.text-strikethrough {
		text-decoration: line-through;
	}
	.text-allcaps {
		text-transform: uppercase;
	}
	.text-smallcaps {
		font-variant: small-caps;
	}
	a:link {
		color: #660066;
		/*Eggplant*/
		text-decoration: none;
		font-weight: bold;
	}
	a:visited {
		color: #660066;
		/*Eggplant*/
		text-decoration: none;
		font-weight: bold;
	}
	a:hover {
		color: #546501;
		/*Olive*/
		text-decoration: underline;
		font-weight: bold;
	}
	a:active {
		/* Note: Must be defined after hover */
		color: #546501;
		/*Olive*/
		text-decoration: none;
		font-weight: bold;
	}
	.a-dark:link {
		color: #404040;
		/*75% Grey*/ /*font-weight: bold;*/;
		text-decoration: none;
	}
	.a-dark:visited {
		color: #404040;
		/*75% Grey*/ /*font-weight: bold;*/;
		text-decoration: none;
	}
	.a-dark:hover {
		color: #808080;
		/*50% Grey*/ /*font-weight: bold;*/;
		text-decoration: underline;
	}
	.a-dark:active {
		color: #808080;
		/*50% Grey*/ /*font-weight: bold;*/;
		text-decoration: none;
	}
	.a-light:link {
		color: #C0C0C0;
		/*25% Grey*/ /*font-weight: bold;*/;
		text-decoration: none;
	}
	.a-light:visited {
		color: #C0C0C0;
		/*25% Grey*/ /*font-weight: bold;*/;
		text-decoration: none;
	}
	.a-light:hover {
		color: #808080;
		/*50% Grey*/ /*font-weight: bold;*/;
		text-decoration: underline;
	}
	.a-light:active {
		color: #808080;
		/*50% Grey*/ /*font-weight: bold;*/;
		text-decoration: none;
	}
	.tooltip {
		color: #000000;
		cursor: help;
		text-decoration: none;
		position: relative;
	}
	.tooltip span {
		margin-left: -999em;
		position: absolute;
		-moz-transition-property: opacity;
		-moz-transition-duration: 1s;
		-webkit-transition-property: opacity;
		-webkit-transition-duration: 1s;
		-o-transition-property: opacity;
		-o-transition-duration: 1s;
		top: 2em;
		left: 1em;
		width: 250;
		opacity: 0;
		text-decoration: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 10 rgba(0,0,0,0.4);
		-moz-box-shadow: 2px 2px 10 rgba(0,0,0,0.4);
		box-shadow: 2px 2px 10 rgba(0,0,0,0.4);
	}
	.tooltip.left span {
		-moz-transition-property: opacity, margin-left, left;
		-moz-transition-duration: 1s;
		-webkit-transition-property: opacity, margin-left, left;
		-webkit-transition-duration: 1s;
		-o-transition-property: opacity, margin-left, left;
		-o-transition-duration: 1s;
	}
	.tooltip.top span {
		top: -99em;
		margin-left: auto;
		-moz-transition-property: opacity, top;
		-moz-transition-duration: 1s;
		-webkit-transition-property: opacity, top;
		-webkit-transition-duration: 1s;
		-o-transition-property: opacity, top;
		-o-transition-duration: 1s;
	}
	.tooltip:hover span {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px 5px;
		-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		position: absolute;
		left: 1em;
		top: 2em;
		z-index: 99;
		margin-left: 0;
		width: 250;
		opacity: 1;
	}
	.tooltip.top:hover span {
		top: 2em;
		margin-left: auto;
	}
	/*.tooltip:hover img {
	border: 0;
	margin: -10 0 0 -55px;
	float: left;
	position: absolute;
	}*/
	.tooltip:hover em {
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		padding: 0.2em 0 0.6em 0;
	}
	/*.tooltip img {
	position: absolute;
	border: 0;
	margin: -10 0 0 -55px;
	float: left;
	}*/
	.tooltip em {
		font: 700 1.2em Trebuchet MS;
		/*Candara, Tahoma, Geneva, sans-serif*/
		display: block;
		padding: 0.2em 0 0.6em 0;
	}
	.classic {
		padding: 0.8em 1em;
		background: #FFFF99;
		border: 1px solid #FFCC00;
	}
	.custom {
		padding: 0.5em 0.8em 0.8em 2em;
	}
	* html a:hover {
		background: transparent;
	}
	.critical {
		background: #FFCCAA;
		border: 1px solid #FF3334;
	}
	.help {
		background: #9FDAEE;
		border: 1px solid #2BB0D7;
		text-align: left;
	}
	.info {
		background: #9FDAEE;
		border: 1px solid #2BB0D7;
	}
	.warning {
		background: #FFFFAA;
		border: 1px solid #FFAD33;
	}
	.tipimage {
		position: absolute;
		border: 0;
		margin: -30 0 0 -45px;
		float: left;
	}
	ul {
		text-align: left;
	}
	.ul-nav {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.li-nav {
		float: left;
		display: inline;
	}
	ul#ul-technav {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.a-nav:link, .a-nav:visited {
		display: block;
		width: 96px;
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		font-weight: bold;
		color: #660066;
		/*font-size: 1em;*/
		font-variant: normal;
		background-color: #FFFF99;
		text-align: center;
		padding: 10px 8px;
		text-decoration: none;
		text-transform: capitalize;
	}
	.a-nav:hover, .a-nav:active {
		background-color: #FFCC00;
	}
	.a-nav-icon:link {
		display: block;
		width: 42px;
		font-family: "Segoe UI", "Tahoma", "Arial", sans-serif;
		font-weight: bold;
		color: #660066;
		/*font-size: 1em;*/
		font-variant: normal;
		background-color: #FFFF99;
		text-align: center;
		padding: 0;
		text-decoration: none;
		text-transform: capitalize;
	}
	body#home a#homenav, body#products a#productsnav, body#support a#supportnav, body#downloads a#downloadsnav, body#demo a#demonav, body#store a#storenav, body#gallery a#gallerynav, body#contact a#contactnav, body#sitemap a#sitemapnav {
		color: #546501;
		background-color: #FFCC00;
	}
	.dcbanner {
		background-position: left;
		background-color: #660066;
		background-image: url('https://datacad.s3.amazonaws.com/www/images/DataCAD.png');
		background-repeat: no-repeat;
		/*height: 52px;*/
		/*text-align: right;*/;
	}
	.td-nav {
		padding: 0;
		background-color: #FFFF99;
		height: 40px;
	}
	.nobr {
		white-space: nowrap;
	}
	.show_hide {
		display: none;
	}
	.dcbutton {
		font: inherit;
		background-color: #FFFFCC;
		border-style: none;
		border-width: 0;
	}
	.gimage {
		height: 341px;
		object-fit: cover;
		/*scale-down;*/ /*fill;*/;
		-webkit-filter: grayscale(90%);
		filter: grayscale(90%);
		width: 31%;
		-moz-transition: 0.5s ease-in-out;
		-webkit-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		margin: auto;
		float: none;
		position: relative;
		/*static;*/ /*absolute;*/ /*fixed;*/;
		z-index: 3000;
	}
	.gimage:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		margin: auto;
		box-shadow: 6px 6px 3px #808080;
		z-index: 3001;
	}
	.gimage:active {
		z-index: 3002;
	}
	.gimage-show {
		height: 100%;
		object-fit: scale-down;
		/*cover; /*fill;*/;
		position: fixed;
		/*absolute;*/;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		overflow-y: scroll;
		z-index: 3002;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.gthumb {
		-webkit-filter: grayscale(90%);
		filter: grayscale(90%);
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.gthumb:visited {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
	.gthumb:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		box-shadow: 6px 6px 3px #808080;
	}
	.grow1 {
		width: 33%;
		transition: 0.5s ease;
		margin: 3px;
		float: none;
		position: static;
		/*absolute;*/ /*fixed;*/ /*relative;*/;
	}
	.grow1:hover {
		width: 66%;
		margin: 3px;
	}
	/*
	.grow1:active {
	width:66%;
	margin:3px;
	opacity:0.5;
	}
	*/
	.li-social {
		width: 24px;
		height: 24px;
		padding: 4px;
		display: block;
		float: right;
	}
	.ul-social {
		margin: 0;
		padding: 0;
		list-style-type: square;
		display: block;
		float: right;
	}
	.div-center {
		margin: auto;
	}
	input[type=text] {
		float: left;
	}
	input[type=password] {
		float: left;
	}
	select {
		float: left;
	}
	.target-ratio-resize {
		max-width: 960;
		/* actual img width */
		max-height: 150;
		/* actual img height */
		height: 150;
		/* actual img height - IE7 */
		/*background-image: url(students.jpg);*/
		background-size: cover;
		background-position: center;
	}
	.target-ratio-resize:after {
		content: " ";
		display: block;
		width: 100%;
		padding-top: 33.333%;
		/* 3:1 ratio */;
	}
	.fluid-ratio-resize {
		max-width: 960;
		/* actual img width */
		height: 150;
		/* actual img height - IE7 */
		/*background-image: url(students.jpg);*/
		background-size: cover;
		background-position: center;
	}
	.fluid-ratio-resize:after {
		content: " ";
		display: block;
		width: 100%;
		padding-top: 4.918%;
		/* slope */
		height: 102.786px;
		/* start height */;
	}
	.pdg-secure-checkout {
		text-align: center;
	}
	.feature-name {
    cursor: pointer;
    text-align: left;
  }
	.description {
		font-family: "Georgia", serif;
    display: block;
    padding-left: 1em;
  }
}
/*end media all*/
@media screen and (max-width: 979px) {
}
/* end max-width: 979px */
@media screen and (max-width: 768px) {
	.gimage {
		width: 48%;
	}
}
/* end max-width: 768px (48em) */
@media screen and (max-width: 480) {
	.gimage {
		width: 100%;
	}
}
/* end max-width: 480 (30em) */
@media print {
	@page {
		size: auto;
		margin: auto;
		marks: crop cross;
		bleed: 6pt;
	}
	video,
	audio,
	object,
	embed,
	ul.ul-nav {
		display: none;
	}
	.noprint {
		visibility: hidden;
	}
	html, body {
		font-size: 11pt;
		line-height: 1.0;
	}
	div, p {
		page-break-inside: avoid;
		line-height: 1.33;
	}
	img {
		page-break-inside: avoid;
		/*max-width: 512px;*/
		max-width: 100%;
	}
	p a:after {
		/*content: " (" attr(href) ")";*/
		/*font-size: 80%;*/;
	}
	p a[href^="https://"]:after {
		/*content: " (" attr(href) ")";*/
		/*font-size: 90%;*/;
	}
	#content {
		/*width: 100%;*/
		/*margin: 0;*/
		/*float: none;*/;
	}
	body {
		/*background: white;*/;
	}
	#content {
		/*background: transparent;*/;
	}
	.printmsg {
		display: block;
	}
}