/*

   Registration Form and stuff

*/

.register_box
{
	position: absolute;
	top: 40%;	
	width: 960px;
	z-index: 1;
	left: 0;
}

.register_wrapper
{
	position: relative;
	left: 0;
	width: 673px;
	margin: 0 auto;
}

.register_title				
{
	margin-top: 25px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 30px;
	color: #ffffff;
}
.register_form
{
	float: left;
	position: relative;
	z-index: 10;
}
.register_input_box, .register_input_box_error
{
	color: #222a39;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	text-indent: 7px;
	border-radius: 3px;
	height: 28px;
	width: 213px;
	border: none;
	background-color: rgba(255,255,255,0.7);
}
.register_input_box {border: 1px solid transparent;}
.register_input_box_error {border: 1px solid red;}

.register_error_message
{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 220px;
	color: #eae32c;
	font-size: 14px;
}
.register_button
{
	position: absolute;
	left: 100%;
	bottom: 0px;
	
	background-color: #eae32c;
	height: 45px;
	width: 45px;
	border: 2px solid #ffffff;
	border-radius: 100px;
	
	text-align: center;
	line-height: 45px;
	color: #222a39;
	
	cursor: pointer;
}
.register_description
{
	float: right;
	font-size: 14px;
	color: #ffffff;
	width: 253px;
}

.register_background
{
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: -1;
	overflow:hidden;
	height: 100%;
}
.register_box_top
{
	height: 220px;
	width: 100%;
	position: relative;
	background-color: rgba(34, 42,57, 0.85);
}
.register_box_bottom
{
	position: absolute;
	height: 0;
	width: 100%;
	top: 220px;
	border-bottom: 139px solid rgba(255, 255, 255, 0);
	/* border-left: 98vw solid rgba(34, 42,57, 0.85); */
	border-left: 1800px solid rgba(34, 42,57, 0.85);
 	-moz-transform: scale(.9999);
	-webkit-transform: scale(.9999);
}

/* minus -111px */
.lightning_strike_container{
	position: absolute;
	overflow: hidden;
	top:0;
	height: 110%;
	width: 100%;
}
.lightning_strike
{
	z-index: -2;
	position: relative;
	top: 0;
	right: 0;
	background: url('../images/LighningAbstract.svg') no-repeat;
	background-position: center;
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	/* background-origin:padding-box; */
	padding:0;
	margin:0;
}
.lightning_strike img
{
	width: 84%;	
}

.pageBreak
{
	height:1px;
    margin-top: 865px;
    width: 100%;
}

.marketingPage
{
	/* height:605px;   */  
    width: 100%;
    background-color: #36b7a8;
}

.marketingTitle
{
	color: #ffffff; 
    font-size: 32px;
    width: 100%;
	margin: 0 auto;
	padding-top: 11%;
	text-align: center;
}

.marketingIconWrapper
{
	padding-top: 10%;
	margin: 0 auto;
	width: 60%;
}
.marketingIconContainer
{
	display: inline-block;
	width: 33.33%;
	color: #ffffff;
    font-size: 16px;
    vertical-align: top;
    position: relative;
    
    min-width: 150px;
    min-height: 175px;
}
.marketingCutPaste, .marketingTime, .marketingFree
{
	height: 120px;
	width: 120px;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 auto;
}
.marketingCutPaste{background-image: url('../images/Icon_cut_paste.png');}
.marketingTime{background-image: url('../images/Icon_10mins.png');}
.marketingFree{background-image: url('../images/Icon_free.png');}
.marketingText
{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.svgPos
{
    float: left;
    height: 50px;
    /* padding-top: 220px; */
    text-align: center;
    width: 50px;
    margin-top: -18px;
}

.svgCloud
{
	float: left;
    height: 50px;
    padding-top: 220px;
    text-align: center;
    width: 50px;
}

.cloudPage
{
	/* height:605px;*/
    width: 100%;
    background-color:#23b4a6;
}

.cloudLeft
{
    margin: 0 auto;
    padding-top: 20%;
    width: 644px;
}
.devices
{
	padding-top:20px;
	float:left
}

.cloudTitle
{
	color: white;
    font-size: 32px;
    float:left;
}

.cloudText
{
	color: white;   
    float: left;
    font-size: 16px;
    padding-top: 16px;
    width: 229px;
    margin-right: 30px;
}


.exportRight
{
	color: #23b4a6;
    float: left;
    font-size: 32px;
    padding-left: 160px;
    /* padding-top: 250px; */
	
}

.exportSubtitle
{
	margin-top:10px;
	font-size:16px;
	color: #606060;
}

.exportTypes
{
	padding:10px 10px;
}


.examplePage, .exportPage
{
	/* height:605px; */    
    width: 100%;
    background-color:#ffffff;
    position: relative;
}

.exampleTitle
{
	color: #36b7a8;
	font-size:28px;
}

.exampleSubtitle
{
	margin-top:10px;
	margin-bottom:10px;
	color: #36b7a8;
	font-size:16px;
}

.exampleLeft
{
	/* padding-top:230px; */
	width: 231px;
	float:left;
}

.expandPage
{
	width: 100%;
    background-color: #606060;
    position: relative;
}
.expand_ppma_container
{
	padding-top: 12%;
	width: 100%;
}
.expand_ppma_icon
{
	display: inline-block;
    vertical-align: top;
    margin: 0 70px 0px 0px;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('../images/PPMA_devices_green.png');
    height: 355px;
    width: 55%;
    box-sizing: border-box;
}
.expand_ppma_text
{
	margin-top: -3px;
	display: inline-block;
	vertical-align: top;
}
.expand_ppma_title
{
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 10px;
	width: 200px;
}

.expand_ppma_desc
{
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	margin-bottom: 8px;
	width: 250px;
}
.request_demo_button
{
	display: inline-block;
	background-color: #eae32c;
	border-radius: 3px;
	height: 26px;
	width: 140px;
	margin-top: 10px;
	color: #222a39;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	margin-top: 20px;
	text-decoration:none;
}

.registerNow
{
	text-decoration:none;
	background-color:#222a39;
	padding:4px 15px;
	color:#eae32c;
	border-radius:3px;
	margin-top:55px;
	top: 10px;
	position: relative;
	font-size: 14px;
}

.contentCenter
{
	width:750px;
	margin:0 auto;
	padding-top: 18%;
}

.infoList
{
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 5px;
	line-height: 18px;
}

.infoList ul
{
	display: inline;
	margin: 0;
	padding: 0;
}

.infoList li
{
	color: #eae32c;
	margin-left: 16px;
}

.infoList li span
{
	color: #ffffff;
}

.fullscreen_cover
{
	width: 100%;
	height: 100%;
	float: left;	
}

.fullscreen_section
{
	height: 100%;
	min-height: 600px;
	position: relative;
}
.scrolldown_button
{
	z-index: 5;
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 65px;
	height: 65px;
	margin: 0;
	padding: 0;
	background: url('../images/HomeDown.svg') no-repeat;
	cursor: pointer;
}


.scrollup_button
{
	z-index: 5;
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 65px;
	height: 65px;
	margin: 0;
	padding: 0;
	background: url('../images/HomeUp.svg') no-repeat;
	cursor: pointer;
}

.login_anchor
{
	position: absolute;
	top: 0;
	left: 0;
}

#modal_popup
{
	border-radius: 5px;	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#modal_content
{
	border-radius: 5px;		-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.popup_iframe
{
	border-radius: 5px;	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.screenGrabs
{
	display: inline-block;
    float: left;
    position:absolute;
    top: 0;
    bottom: 0;
    padding-left: 100px;
    margin: auto;
    /* padding-top: 70px; */
    width: 408px;
    height: 473px;
}

#tablet_slideshow_container
{
	
}

#tablet_frame
{
	background: url('../images/tablet_slideshow/tablet_frame.png') no-repeat;
	height: 335px;
	width: 435px;
	z-index: 10;
	display: inline-block;
	float: left;
	position: relative;
	top: -60px;
	left: 150px;
	margin: auto;
	/* overflow: hidden; */
}

#tablet_slideshow
{
	position: absolute;
	height: 268px;
	width: 357px;
	float: left;
	top: 34px;
	left: 38px;
	overflow: hidden;
}

#slideshow_appleseed_container
{
	width: 60px;
	height: 20px;
	margin: 0 auto;
	padding:5px;
	position: relative;
	bottom: -335px;
	z-index: 20;
}

.appleseed
{
	margin: 5px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	text-indent: -9000px;
	display: block;
	overflow: hidden;
	float: left;
	cursor: pointer;
	background: #efefef;
}

.appleseed_highlight
{
	margin: 5px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #23b4a6;
	text-indent: -9000px;
	display: block;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.tablet_slide
{
	height: 268px;
	width: 357px;
	overflow: hidden;
	position: absolute;
	left: 360px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}

.image_misalign
{
	position: relative;
	top: 6px;
}