/********************** General **********************/

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

html, body
{
	margin: 0;
	padding: 0;
	font-family: 'Myriad Pro', 'PT Sans';
	font-size: 16px;
	background-color: #cad2d7;
	height:100%;
}

lidch /* Download */
{
	font-size: 200%;
	font-weight: bold;
	color: #003251;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;	
}

lidch a /* Trial */
{
	font-size: 60%;
	color: #0096ca;
	text-decoration: underline;	
}

lidcf /* Welcome, Headers */
{
	font-size: 130%;
	color: #003251;
	font-weight: bold;
}

lidcf a /* Ask us */
{
	font-size: 70%;
	color: #ebebf1;
	text-decoration: none;
	padding-right:10px;
}

lidcs /* Features Headers */
{
	font-size: 110%;
	color: #003251;
	font-weight: bold;	
}

lidcs a /* */
{
	color: #003251;
	text-decoration: none;
}

lidci /* Features Subheaders, Versions */
{
	font-weight: bold;
	color: #003251;	
}

lidci a /* Text Links*/
{
	text-decoration: none;
	color: #003251;	
}

lidct /* Features Keywords */
{
	font-weight: bold;
	color: #003251;
}

lidct a /* */
{
	font-weight: bold;
	color: #003251;
	text-decoration: none;
}

p {
    margin: 0 0 10px;
}

/********************** Main Frame *******************/

#container
{
	width: 960px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
	background-color: #fdfdfd;
	min-height:100%;
	height: auto !important;
	padding-bottom: 15px;
}

#container img
{
    margin: auto;
}

#banner
{
}

#banner .mod-banners__item a,
#banner .banneritem a {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
}

#banner .mod-banners__item img,
#banner .banneritem img {
	display: block;
	height: auto;
}

#banner img
{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#footer
{
	font-size: 85%;
	background-color: #012442;
	position: relative;
	height: 30px;
	text-align: center;
	clear: both;
	padding-top: 15px;
	color:#ffffff;
}

#footer p
{
	margin: 0;
}

.stripe
{
	position: relative;
	background-color: #012442;
	height:170px;
	width: 960px;
	margin-left: -40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.stripe_header
{
	font-size:130%;
	font-weight: bold;
	color: #ebebf1;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

.stripe_footer
{
	position: absolute;
	bottom:0;
	right:0;
}

/********************** Forms *******************/

.answer input
{
    float:right;
    clear:both;
}

.lidcform
{
	width: 301px;
}

.lidcinput
{
	width: 240px;
}

.lidctextarea
{
	resize: none; 
	width: 685px; 
	margin-bottom: 0;
}

.lidcwarn
{
	color: #ff0000;
}

input[type=image]
{
	cursor:pointer;
}

/********************** Utils ********************/

.lidc_left
{
	float: left;
	width: 60%;
	padding: 0px 40px;
}

.lidc_right
{
	float: right;	
	width: 30%;
}

.lidc_center
{
	padding: 20px 40px;
	margin: auto;
}

.lidc_feature
{
	width: 180px;
	height: 101px;
	padding: 5px;
	background-image:url(/templates/lidc/images/misc/FeatureBg.jpg);
	background-repeat: no-repeat;
}

.img_vertalign
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.lidc_video
{
	width: 570px;
	height: 325px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: auto; 
	margin-right: auto;
	background-image:url(/templates/lidc/images/misc/VideoBg.jpg);
	background-repeat: no-repeat;
}

.lidc_admin .form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-bottom: 7px;
}

.lidc_sign
{
	padding-left:80%;
}

/********************** Main Menu ********************/

 .animenus
 {
	list-style: none;  
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-image:url(../images/menu/noflicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
 }
 
 .animenus li
 {
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 160px;
	height: 40px;
	background-image:url(../images/menu/animenu.jpg);
	background-repeat:no-repeat;
}
.animenus a
{
	display:block;
	text-indent:-9999px;
	height:40px;
	outline:none;
}

.animenu1
{
	background-position:0px 0px;
}
.animenu2 
{
	background-position:-235px 0px;
}
.animenu3 
{
	background-position:-470px 0px;
}
.animenu4
{
	background-position:-705px 0px;
}
.animenu5
{
	background-position:-940px 0px;
}
.animenu6
{
	background-position:-1175px 0px;
}

.animenu1.active, .animenu1:hover 
{ 
	background-position: 0 bottom;
}
.animenu2.active, .animenu2:hover
{
	background-position: -235px bottom;
}
.animenu3.active, .animenu3:hover
{
	background-position: -470px bottom;
}
.animenu4.active, .animenu4:hover
{
	background-position: -705px bottom; 
}
.animenu5.active, .animenu5:hover
{
	background-position: -940px bottom; 
}
.animenu6.active, .animenu6:hover
{
	background-position: -1175px bottom; 
}

/********************** Contents Table ********************/

.table_contents
{
	border-style: solid;
	border-width: 1px;
	width: 100%;
	counter-reset: lidc_counter;
	
	border-collapse: separate;
	border-spacing: 2px;
}

.table_contents td
{
	background-color: #bfdbff;
}

 .table_contents a
{
	color: #003251;
	text-decoration: none;	
}

.table_contents ol
{
	list-style: lower-alpha;	
}

.table_contents ol:not(.lidc_alpha)
{
	list-style: none;
	margin-top:10px;
	margin-bottom:10px;
}

.table_contents ol li:before
{
	font-weight: bold;
	counter-increment: lidc_counter;
	content: counter(lidc_counter) ". ";	
}

.lidc_alpha li:before
{
	display: none;
}

.lidc_alpha
{
	margin-left: 40px;
}

/********************** Slider Overrides ********************/

/* 1) NAV: center prev / play-pause / next vertically (ALL sliders) */
.djslider {
  position: relative;
}

.djslider .navigation-container {
  top: 50% !important;
  transform: translateY(-50%);
  margin-top: 0 !important;
}


/* 2) DEFAULT TITLES (ALL sliders): bottom + translucent + centered */
.djslider .djslider-in li {
  position: relative;
}

.djslider .djslider-in li .slide-desc {
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

.djslider .slide-desc-bg {
  background: rgba(0, 0, 0, 0.35) !important; /* overrides inline background */
}

.djslider .slide-desc-text,
.djslider .slide-title {
  text-align: center !important;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 3) SPECIAL SLIDER ONLY: module class suffix */
.moduletable.djslider-topcaption .djslider-in li .slide-desc {
  top: 0 !important;
  bottom: auto !important;
}

.moduletable.djslider-topcaption .slide-desc-bg {
  background: transparent !important;
}

/********************** Slider Magnific Overide (magnific.css)********************/

/* Main Preview */

.slide-desc-text-default .slide-title 
{
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;	
}

.slide-desc-bg-default
{
	width: 100%;
	height: 30px;
	position:absolute;
	top: 8px;
	left: 0;	
	background: RGBA(0,0,0,0.3);
}

/* Magnific */

.mfp-title 
{
	font-size: 100%; /* Inherit from Template */
	padding-top: 20px;
}

.mfp-figure small
{
	font-size: 125%;
	position:relative;
	color: #d3d3d3;
	display: block;	
	line-height: 20px;
	white-space: nowrap;
}

.mfp-figure:after 
{
	box-shadow: none;
	background: none;
}

.mfp-bottom-bar
{
	position: relative;
}

/********************** Quotes **********************/

blockquote 
{
	color: #808080;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;	
	quotes: "\201C""\201D""\2018""\2019";	
	font-style: italic;
	
}
 blockquote:before 
 {
	 font-size: 400%;
	 font-family: Georgia;
	 line-height: 0.1em;
	 color: #ccc;
	 content: open-quote;
	 margin-right: 0.25em;
	 vertical-align: -0.4em;
}
blockquote:after
{
	font-size: 400%;
	font-family: Georgia;
	line-height: 0.1em;
	color: #ccc;
	content: close-quote;	
	margin-left: 12em;
	vertical-align: -0.6em;
}

blockquote p 
{
  display: inline;
}

/********************** Panel ********************/

.panel
{
	display: block;
	position: relative;
	padding: 5px;
	background-color: white;														
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	box-shadow:10px 10px 5px #888888;
	margin-top: 10px;
	margin-bottom: 10px;
}