﻿a.playbackButton {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -64px;
	background: url(/images/site/playback128.png) no-repeat;
	width: 134px;
	height: 134px;
	-moz-opacity: .80;
	opacity: .80;
	filter: alpha(opacity=18);
	z-index: 100;
}

.featherlight .featherlight-content .caption {
	font-size: 90%;
	font-weight: bold;
	color: black;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, .9);
	padding: 0.1rem 0.4rem;
}

section.company-listing > div > div > h2 {
	font-weight: lighter;
	text-align: center;
	color: rgb(107, 129, 147);
	padding: 0;
	margin: 0 0 25px 0;
}

div.demoVideosList
{
	margin-bottom: 12px;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #D6D6D6;
	text-align: left;
}

div.demoVideosList img.play 
{
	position: relative;
	float: left;
	margin: 3px 10px 20px 0
}

.demoVideosList .videoTitle {
	margin-bottom: 0;
	padding-bottom: 4px;
	border-bottom: 0;
	font-weight: bold;
}

.demoVideosList .demoVideoTitle 
{
	/*color: #4f4f4f;*/
}

.licensePriceLabel
{
	/*font-size:0.9rem;*/
}

.licenseOrderNotes
{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f !important;
}

.licensePriceAmount
{
	/*font-size:0.9rem;*/
	font-weight: bold;
	width:60px;
}

.licensePriceDisc
{
	font-size:10px;
	color: red;
}

.licensePricesSeparator
{
	margin: 13px 0 10px; 
	height: 1px;
	border-top: 1px dotted #c7c7c7;
	clear: both;
}

.button {
	display: block;
	padding: 1px 7px;
	width: auto;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 3px;
	color: #fff;
}

.button.buy {
	background-color: #0055DC;
}

	.button.buy:hover {
		color: #fff !important;
		background-color: #073D7A;
	}


	.button.buy.PriceControl {
		float: left;
		margin-left: 25px;
		margin-top: 2px;
	}

.SCMatrixCellGroup 
{
	border-top: #bfbfbf 1px dotted; 
	vertical-align:middle; 
	background: #f7f7f7;
	padding: 1px 2px 1px 12px;
}

.SCMatrixCell {
	border-top: #bfbfbf 1px dotted;
	vertical-align:middle;
}

.SCMatrixCellSupFull {
	border-top: #bfbfbf 1px dotted;
	vertical-align: middle;
	background-image: url('/images/site/circle_full.svg');
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: center;
}

.SCMatrixCellSupHalf {
	border-top: #bfbfbf 1px dotted;
	vertical-align:middle; 
	background-image: url('/images/site/circle_half.svg'); 
	background-repeat: no-repeat; 
	background-position:center;
	background-size: 12px;
}

.SCMatrixCellNotSup {
	border-top: #bfbfbf 1px dotted;
	vertical-align:middle; 
}

.SCMatrixCellHidden {
	visibility:hidden;
	display:none;
}

.SCMatrixCellPad {
	border-top: #bfbfbf 1px dotted;
	vertical-align:middle;
	padding: 2px 2px 2px 12px;
	text-align: left;
}

.PriceCtrlListBox {
	float: left;
	display: block !important;
	margin-right: 3px;
	margin-top: 3px;
}

.RadListBox .rlbItem {
	padding: 4px 0px 4px 6px !important;
}

#VersionHistoryTable .build
{
	margin-right:15px;
}

.SCHistCell {
	border-top: #bfbfbf 1px solid;
	border-top-style: solid;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
}

.SCHistCellDate {
	border-top: #bfbfbf 1px solid; 
	border-top-style: solid;
	padding: 3px 0 0px 3px; 
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	/*color: #3e3e3e;*/
}

.SCHistCellInter {
	border-top: 1px dotted #bfbfbf; 
	vertical-align:top; 
	/*color: #3e3e3e; */
	padding: 4px 1px 4px 2px;
	font-size: 14px;
	text-align: left;
}

.SCHistCellInterCheck {
	border-top: 1px dotted #bfbfbf; 
	vertical-align:middle; 
	padding: 0 2px;
	background-image: url('/images/site/circle_full.svg');
	background-repeat:no-repeat; 
	background-position: center;
	background-size: 7px;
}

img.changeLogIcon {
	width: 16px;
	height: 16px;
	padding-right: 5px;
	float: left;
}

#VersionHistoryTable .buildDate {
}

#company_logos_block img {
	height: 27px;
	/*-webkit-filter: grayscale(100%) brightness(100%) contrast(20%);*/
}

.screenshotTitle
{
	font-weight: bold;
	font-size:14px;
}
div.screenshotCell
{
	position: relative; float: left; 
	margin-right: 30px;
	width: 191px;
}
div.screenshotRowSep
{
	clear: both;
	height: 16px;
}

.validationErrorBox {
	color: #cc2929;
	background-color: #ffe1e1;
	padding: 3px 14px 1px !important;
	font-size: smaller;
	font-weight: bold;
	margin: 1px 0px 2px;
	border: 1px solid #cc2929;
}

.validationError {
	color: red;
}

.support_table_image { 
	float: left; 
	width:48px;
	height:48px;
	margin-right: 15px;
	margin-bottom: 25px;
	padding: 7px 10px 10px 5px;
} 

.support_table_image img {
	float: left;
	margin-right: 8px;
	display: block;
}

.support_table_text {
	text-align: left; 
	/*	margin: 0 auto;
	float: right; 

	width: auto;*/
} 

td.support_table_cell
{
	border: solid 1px #d6d6d6;
	padding: 4px;
	width: 50%;
}

td.support_table_cell:hover
{
	background-color: #eaf1fc;
}

a.noDecoration {
	text-decoration: none;
	color: black;
}

.FeedbackControl textarea, .FeedbackControl input, .FeedbackControl button, .FeedbackControl select,
.SignupTable textarea, .SignupTable input, .SignupTable select,
.StandardTable textarea, .StandardTable input, .StandardTable select {
	font-family: inherit;
	font-size: inherit;
	margin: 4px 6px 4px 0;
}

.SignupTable label {
	margin-right: 20px
}

td.fblc {
	text-align: left;
	vertical-align: middle;
	width: 150px;
	padding-left: 5px;
}

td.fblct {
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding-left: 5px;
}

.groupBoxPlainCaption {
	/*background: url(section-header-SC.png) left top repeat-x;*/
	margin: 0;
	border: 1px solid #cecece;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.groupBoxPlainCaptionText {
	font-size: larger;
	font-weight: bold;
	margin: 4px 14px;
}

.groupBoxPlainCaptionTextWithBackground {
	font-size: larger;
	font-weight: bold;
	padding: 4px 12px;
	margin: 1px 1px 0px 1px;
	background-color: #f7f7f7;
}

.groupBoxContentWithSeparator {
	border-top: 1px solid #EBEBEB;
	padding: 10px 14px 10px 14px;
	margin: 0px 1px;
}

.groupBoxContentNoSeparator {
	padding: 4px 14px 10px 14px;
}

.boldred {
	color: Red;
	font-weight: bold;
}

td.resellersTableCountryCaption {
	width: 100%;
	height: 16px;
	color: White;
	background-color: #6487dc;
	font-weight: bold;
	padding-left: 5px;
}

.resellerSeparatorRowBlank {
	height: 16px;
}

div.reference
{
	border-bottom: 1px solid #e0e0e0;  
	padding-bottom: 4px;  
	margin-bottom: 10px;
}

div.referenceCustomer
{
	font-size: 14px;
	font-weight: bold;
}

.hintText {
	color: #696969; /* DimGray */
	font-size: .8em;
}