@charset "UTF-8";
/* CSS Document */

/* The body tag style applies to all elements on the page */
body {
background-color: black;
font-family: Verdana, Geneva, Arial, sans-serif ;
padding: 0px;
margin: 0px;
font-size: 100%;
min-height: 50em;
width: 100%;
}

/* The wrapper ID style is used with a div tag to provide a 960px wide page */
#wrapper {
width: 100%; /* 60em; */
height: 100%;
margin-left: auto;  
margin-right: auto; 
box-sizing: border-box;
background-image: url(../images/quickstartwatermark_v2.png);
/* background-image:url(../images/quickstartLogo.tif); 
background-repeat:url(../images/quickstartLogo.tif);  */
background-color: transparent;

}

.mainHeading {
box-sizing: border-box;
width: 100%;
height: 16.5%;
background:repeat;
Background-color: transparent;
  
}

.quickstartLogoDiv {
	float: left;
	width: 16.5%;
/*	height: 100%; */
	max-width: 100%;
	max-height: 15%;
	Background-color: transparent; 
}

.quickstartLogo {
	float: left;
	max-width:100%;
	height: 100%;
	Background-color: transparent; 
}

.quickstartCoNameDiv {
	float: left;
/*	width: 57.5%; */
	width: 63%;
	height: 100%;
	text-align: center;
	Background-color: transparent; 
}
/* The right column style is floated right */
.constructionDIV {
	float: left;
	width: 99.5%;
	height: 70%;
	text-align: center;
}

.columnRight {
box-sizing: border-box;
border:solid thin;
border-color:#000;
float: right;
width: 66.7%;
height: 70%;
overflow: auto;
/* overflow: scroll; */
Background-color: transparent; 
}

/* The Left column style is floated left */
.columnLeft {
box-sizing: border-box;
border: solid thin;
border-color:#000;
float: left;
width: 33.3%;
height: 70%;
Background-color: transparent; 
overflow: auto;
}

.columnLeftHw {
font-size: 0.8em;
text-align: left;
text-decoration: none;
Background-color: transparent; 
}

/* Selector for tags separated by commas applies the style to all tags */
h1,h2,h3,h4,h5,h6,p,li {
margin-left: 0;
}

h1 {
width: 100%;
height: 15%; /* 150px; */
color: white;
font-size: 2em;
padding-top:  0; /*25px; */
}

h4 {
height: 3em;
color: white;
padding-top: 0.9375em;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

sub {
	font-size: 100%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	left: -0.375%;
	bottom: -0.15em;
}

label {
	cursor: pointer;
	display: inline-block;
	padding: 3px 6px;
	text-align: right;
	width: 30%;
	vertical-align: top;
	font-size: 90%;
}

input {
	font-size: 90%;
}

fieldset {
	background-color:#3F9;
	border: none;
	padding: 0.5%;
	overflow: hidden;
}
textarea {
/*	position: relative; */
	font: inherit;
	font-size: 90%;
	padding: 0.5%;
/*	left: 15%; */
	width: 50%;
	
	
}

.field-large {
	width: 50%;
	height: 40%;
}
.field-large-support {
	width: 50%;
	height: 25%;
}
/* Advanced web design relies on class or ID style boxes*/
.box {
max-height: 6.25em;
max-width: 6.25em;
float: left;
margin: 0.9375em;
padding: 1.5625em;
background: #A8D977;
border: 0.0625em solid gray;
}


/* The following pseudo-class applies to the box class when in a hovered state */
.box:hover {
background-color:#F2B544;
border-bottom: 0.0625em solid black;
}

.navboxDiv {
box-sizing: border-box;
float: left;
position: relative;
/* top: 0.75%; */
width: 100%;
height: 25%;
}

.navbox {
box-sizing: border-box;
height: 100%;
width: 10%;
float: left;
padding-top: 0.50%; 
/* padding-left: 0.2125em; */ 
/* font-size: 0.8em; */
font-size: 100%;
font-weight:bold;
text-align: center;
text-decoration: none;
color: #000;
background: #FF0;
transition: linear;
transition-property: background-color;
transition-duration: 0.25s;
}

.navbox:hover {
	color:#F00;
	background: #C00;
}

.contbox {
box-sizing: border-box;
height: 5%;
width: 10%;
float: left;
font-size: 100%;
font-weight:bold;
text-align: center;
text-decoration: none;
color: #000;
background: #FF0;
transition: linear;
transition-property: background-color;
transition-duration: 0.25s;
}

.contbox:hover {
	color:#F00;
	background: #C00;
}

.languageSelectDIV {
	box-sizing: border-box;
	float: right;
	height: 17.5%;
/*	width: 17.5%; */
	width: 17.5%;
	text-decoration: none;
	background-color: #999;
}

.photesize {
	width: 100%;
	height: 100%;
	padding: none;
}

.nationalFlagDiv {
	width: 25%;
}
	

.navboxLang {
box-sizing: border-box;
height: 100%;
width: 33.3%;
float: right;
padding: 0;
font-size: 0.8em;
text-align: center;
text-decoration: none;
color: #000;
border: 0px #33F;
background: #FFF;
transition:linear;
transition-property: background-color;
transition-duration: 0.25s;
}	

.navboxlang:hover {
color: #F00;
background: #F00;	
}

.mainFooter {
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: 10%;
	background-color: #33C;
}
	
.contactDIV {
	box-sizing: border-box;
	float: right;
	height: 45%;
	width: 8%;
	padding-top: 0.80%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: none;
	background: #FF0;
	transition: linear;
	transition-property: background-color;
	transition-duration: 0.25s;
}

.contactDIV:hover {
color:#F00;
background:#3F6;	
}

/* This clear class style terminates float */

.clear { 
clear: both; 
}

header, footer { 
background-color: #F27830;
color: green;
padding-top: 0.3125em;
padding-bottom: 0.3125em; 
}

footer {
position: absolute;
	margin-top: 42.1875em;
	margin-left:0px;
	padding: 0px;
	max-height: 6.25em;
	max-width: 60em;
	text-decoration:none;
	font-size: 0.625em;
	text-align: center;	
}

.copyright {
	padding-top: 3%;
	text-align: center;
	font-size: 0.65em;
	color: white;
}

.aboutUs { 
	padding-top: 0.5%;
/*	padding-bottom: 2%; */
	padding-left: 5%;
	padding-right: 5%;
/*	text-align: center; */
	font-size: 100%;
	color: black;
	text-indent: 3.5%;
	text-align: start;
	Background-color: transparent; 
	
}
.coName-IPc {
padding-top: 0%;
font-weight: bold;
font-size: 150%;
text-indent: 6%;
text-align: start;
}
.coName-WS {
padding-top: 0%;
margin-top: -2%;
font-size: 110%;
font-weight:bold;
text-indent: 10%;
text-align: start;
}

.contactUs {
position: relative;
top: 5%;
left: 10%;
font-size: 90%;
text-decoration: none; 
color: black;

}

.contactUs:hover {
	color: #00F;
}

.HardwareProduct {
position: relative;
top: 5%;
left: 10%;
font-size: 90%;
text-decoration: none; 
color: black;
}

.HardwareProduct:hover {
	color: #00F;
}

.HardwareProductHeading {
position: relative;
top: 5%;
left: 10%;
font-size: 125%;
text-decoration: none; 
font-weight: bold;
color: #F00;

}

.HardwareProductType {
position: relative;
top: 5%;
left: 10%;
font-size: 100%;
text-decoration: none underline;
font-weight: bolder ;
color:#000;

}

.HardwareProductHeading:hover {
	color: #00F;
}

.officeRegion {
	position: relative;
	left: 7.5%;
	font-size: 90%;
	text-decoration: none; 
	color: black;
	font-size: 100%;
	font-weight: bold;
}
.officeAddress {
position: relative;
left: 7.5%;
font-size: 80%;
text-decoration: none;

}

.IADevice {
	position: relative;
	left: 7.5%;
	font-size: 120%;
	text-decoration: none; 
	color: black;
	font-size: 100%;
	font-weight: bold;
}
.IADeviceIntro {
position: relative;
left: 7.5%;
font-size: 100%;
text-decoration: none;

}

.rfidDevice {
	position: relative;
	left: 7.5%;
	font-size: 90%;
	text-decoration: none; 
	color: black;
	font-size: 100%;
	font-weight: bold;
}

.alm-01Div {
	float: left;
	width: 50%;
	Height: 95%;
}
	
.locationMapDiv {
position: relative;
top: 0.1%;
left: 7.5%;
border: solid thin #000;
box-sizing:border-box;
max-height: 75%;
max-width: 98%;
border:double;
font-size: 150%;
text-align: center;
text-decoration: none;
color: black;
border-color: #900;
Background-color: transparent; 
}

.QSpicDiv {
position: relative;
top: 0.1%;
float: left;
/* left: 7.5%; */
box-sizing:border-box;
max-height: 100%;
max-width: 100%;
border: none;
font-size: 150%;
text-align: center;
resize: both;
text-decoration: none;
color: black;
border-color: #900;
Background-color: transparent; 
}
.QSphotesize {
position: relative; 
float: left;
max-width: 49.5%;
max-height: 100%;
resize: both;
/* height: 100%; */
Background-color: transparent; 
}

.cisma2017Div {
/* position: relative; 
top: 0.1%;
left: 0.1%; */
float: left;
padding-left: 0.5%;
border: thin;
border-color: #000;
max-height: 40%;
max-width: 40%;
Background-color: transparent; 
}
.cisma2017EventDiv {
/* position: relative; 
top: 0.1%;
left: 0.1%; */
float: left;
padding: 0.1%;
border: thin;
border-color: #000;
/* height: 43.5%; */
max-width: 33.1%;
max-height: 33.1%;
background-color: transparent; 
}

.almVideoDiv {
/* position: relative; 
top: 0.1%;
left: 0.1%; */
float: left;
padding: 0.1%;
border: thin;
border-color: #000;
/* height: 43.5%; */
max-width: 75%;
max-height: 30%;
background-color: transparent; 
}

.almVideo {
max-width: 100%;
max-height: 100%	
}


.eventDescriptionDiv {
float: left;
border: none;
height: 12%;
width: 100%;
Background-color: transparent; 
}

.eventDescription {
	font-size: 100%;
	font-style: normal;
}
	
.cisma2017ProductDiv {
	float: left;
	padding-left: 0.5%;
	border: thin;
	border-color: #000;
	height: 40%;
	width: 29%;
	Background-color: transparent; 
}

.cimsa2017photosize {
	max-width: 100%;
	max-height: 100%;
}

.cimsa2017ProductPhoto {

	max-width: 100%;
	max-height: 90%; 
}

.productTitle {
	text-align: center;
	text-decoration: none;
	
	font-size: 85%;
	font-style: normal;
}

.promotionTextDiv {
	position: relative;
	top: 5%;
	height: 50%;
	width: 100%;
	Background-color: transparent; 	
}

.agentRecruitBannerDiv {
	float:left;
	height:100%;
	width: 25%;
	Background-color: transparent; 
}

.agentRecruitPhotoSize {
	float: left;
	height: 100%;
	width: 100%;
}

.agentRecruiTextDiv {
	font-size: 100%;
}

.agentLine {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5%;
}

.IAProductDiv {
/* position: relative; */
top: 0.1%;
float: left;
box-sizing:border-box;
max-height: 75%;
max-width: 50%;
border: none;
font-size: 100%;
resize: both;
text-decoration: none;
color: black;
border-color: #900;
background-color: transparent; 
}


.HWPhotoTitle {
/* position: relative; */
text-align: center;
/* float: left;
top: 0.1%;
left: 5%; */
font-size: 100%;
text-decoration: none;
font-weight: bolder;
/* font:Tahoma, Geneva, sans-serif; */
color:#000;
}

.SWPhotoTitle {
/*top: 0.1%; */
padding-left: 30%;
padding-top: 30%;
font-size: 120%;;
text-decoration: none;
text-align: right;
font-weight: bolder;
color: #F60;
/* background-color:#FFF;
background-repeat:repeat; */
}

.HWphotoSize {
left: 0%;
top: 5%;
max-width: 100%;
resize: both;
max-height: 100%;
/* backface-visibility: visible; */
background-color: transparent;
}

.miniPhotoSize {
left: 0%;
top: 5%;
max-width: 100%;
/* resize: both; */
max-height: 100%;
background-color: transparent; 
}

.GTeXminiAccessoryPhotoSize {
/* Position: relative; */

float: left;
max-width: 100%;
resize: both;
max-height: 40%;
border: none;
padding: none;
}

.HWspecDiv {
box-sizing:border-box;
float: right;
top: 15%;
max-height: 95%;
/* max-width: 40%; */
max-width: 50%;
font-size: 100%;
text-decoration: none;
font-weight: normal;
color:#000;	
background-color: transparent; 
}

.red {
	color:#F00;
}

.fontsize70 {
	font-size: 70%;
}

.fontsize85 {
	font-size: 85%;
}

.fontsize100bold {
	font-size: 100%;
	font-weight: bold;
}

.HWtable {
	float: left;
	width: 99.5%;
	font-size: 70%;
	margin: auto;
}

.HangtagTable {
	float: left;
	width: 99.5%;
	font-size: 70%;
	margin: auto;
}

.smallTitle {
	font-weight: bold;
}

.TableElementHeader {
	border:solid;
	width: 33.3%;
	font-weight:bold;
	padding: 0;
}

.TableElement {
	border:solid;
	width: 33.3%;
	font-weight: normal;
	padding: 0;
}

.TableElementLeftTop {
	border:solid;
	width: 33.3%;
	font-weight:bold;
	padding: 0;
}

.TableElememntTopInBetween {
	border-top: solid;
	border-bottom:solid;
	border-right: solid;
	border-left: solid;
	width: 33.3%;
	font-weight:bold;
	border-space: 0;
	border-left-width: 0;
	padding: none;	
}

.investorWelcome {
text-align: center;
font-size: 200%;
color: #0F0;
}

.investors {
position: relative;
top: 4%;
left: 12.5%;
padding: 5%;
box-sizing:border-box;
height: 60%;
width: 75%;
border:double;
font-size: 100%;
/* text-align: center; */
text-decoration: none;
text-indent: 2em;
color: black;
border-color: #900;	
}

.paragraph {
	text-indent: 2em;
}

/* Below is the css for media query */
/*
@media only screen and (max-width: 480px){
selector {
   property: value;
   property: value;
   property: value;
}
selector 2 {
   property: value;
   property: value;
   property: value;
}
}
@media screen and (min-width: 481px) and (max-device-width: 768px) {
selector {
   property: value;
   property: value;
   property: value;
}
selector 2 {
   property: value;
   property: value;
   property: value;
}
}

@media only screen and (min-width: 481px) 
{
selector {
   property: value;
   property: value;
   property: value;
}
selector 2 {
   property: value;
   property: value;
   property: value;
}
}
*/