@charset "utf-8";
/* 
CSS Document 
Classification: GE Internal
Version No.	1.0
Version Date: 1st September, 2013	
Types of Changes: Created	
Owner/Author: Manish	
Date of review / expiry : Until Superseded
*/

/* Table of Contents
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Site Styles
		 #Backgrounds
	#Base 960 Grid
	#Alignment
	#Form Styles
	#Media Queries
		#Tablet (Portrait)
		#Mobile (Portrait)
		#Mobile (Landscape)
	

*/

@import url('/public/share/gevpn/css/font.css');
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

.clear{ clear:both}
.fl { float:left;}
.fr { float:right;}
/* #Basic Styles
================================================== */
	html{
	height:100%;
	border:none;
}
body {
	/*background: url(/public/images/customization/Common/VPN_08_30_2013_act_logon_page_1_ag/image03_en.jpg) no-repeat top right;*/
	background:#000;
	font-family: 'GEInspiraM', Arial, serif;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
	font-size:100%;
	text-align:left;
	padding-top:1px;
}
/* #Typography
================================================== */
h1 {
	font-size:30px;
	color:#fff;
}
/* #Site Styles
================================================== */
.wrapper {
	/*background:url(../images/dots.png) no-repeat right 0;*/
	width:100%;
	float:left;
}
.dot{
	width:20%; 
	height:100%;
	position:fixed;
	right:0px;
	top:-10px;
	z-index:-9;
	background:url(/public/share/gevpn/images/dots.png) repeat-y right 0;
}
#LoginBox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 5% auto;
	padding: 60px 70px;
	opacity:0.9;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	overflow:hidden;
}
.logo {
	width:85px;
	height:82px;
	background:url(/public/share/gevpn/images/ge_logo.png) no-repeat;
	margin:15px;

}

.mLogoBig{
width:622px; height:642px; position:fixed; left:-200px; top:-350px; z-index:-9;
background:url(/public/share/gevpn/images/monogram.png) repeat-y right 0;
}

.header h2{
	font-size:22px;
	width:300px;
	padding:45px 0px 0px 120px;
}
.header .quicklink{
	float:right;
	margin-top:-18px;
	padding-right:30px;

}
/* Backgrounds */
.black {
	background: #000;
}
.bgImage{
	background: url(/public/images/customization/Common/VPN_08_30_2013_act_logon_page_1_ag/image03_en.jpg) no-repeat top right !important;
	}
.boxwidth {
	width: 550px;
	
}

#footer{
	margin: 2% auto 0px;
	width:690px;
	text-align:center;
	font-size:14px;
	padding-bottom:10px;
	line-height:18px;
	color:#fff;
}

.copyright{
	font-size:11px;
	margin:4% 0 0px 0;
	color:#fff;
}

/* #Base 960 Grid
================================================== */

.container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
}
.container .columns {
	float: left;
	display: inline;
	width: 50%;
	color:#fff;
}
.contentContainer{
	margin:0px 10px;
	
}
.iconBox{
  	 text-align:center;

	 margin:30px;
	 display:inline-table;
	 width:150px;
	 height:100px;
}
.iconBox img{
	margin-bottom:10px;
}
.subFont{ font-size:14px; color:#929292;}
/* #Alignment
================================================== */
.infoTxt {
	margin:40px 0px;
	line-height:18px;
	color:#fff;
}
/* #Form Styles
================================================== */
form {
	padding: 0 0 0 40px;
	width:100%;
}
input {
	font-family:"GEInspiraM", Arial, sans-serif;
	font-size: 18px;
	outline: none;
}
input, input[type=password] {
	color: #898989;
	padding-left: 10px;
	width: 211px;
	margin-top:20px;
	height: 30px;
	line-height:30px;
	font-style:italic;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
}

input:hover, input[type=password]:hover {
	border: 1px solid #b6bfc0;
}
input:focus, input[type=password]:focus {
	border: 1px solid #a8c9e4;
}
input[type=submit] {
	margin-top:20px;
	width: 80px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color:#08a5e1;
	border-radius: 3px;
	border:none;
	font-style:normal;
}
.searchBox{
	color: #898989;
	padding-left: 10px;
	width: 300px;
	margin-top:4px;
	height: 30px;
	line-height:30px;
	font-style:italic;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	

}
.searchnav{ 
	margin-left:0px; 
	text-align:left;
	position:absolute;
	top:-0px;
	right:10px;
}
.dropbox{ display:none; }
/* #Customization of Chosen
================================================== */
.chosen-search{
	display:none;
}
/* #Nav
================================================== */
.toggleMenu {
    display:  none;
    padding: 10px 15px 15px 35px;
    color: #fff;
	font-family:"GEInspiraM", Arial, sans-serif;
	font-size:22px !important;
	
		
}
.navContainer{
	margin:30px 10px 0px 10px;
	/*background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=70);  For IE8 and earlier */
	position: relative;
	padding-left:10px !important;
	border-bottom: 1px dotted #fff;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 100%;
	
}
.nav a {
    padding: 10px 15px;
    color:#fff;
	font-family:"GEInspiraM", Arial, sans-serif;
	font-size:22px;
}
.nav li {
    position: relative;
	
	
}
.nav > li {
    float: left;
}

.nav > li > a {
    display: block;
}
.nav li.current {
	border-right: 1px dotted #fff !important;
	border-left: 1px dotted #fff;
	border-bottom: 1px dotted #000;
	position: relative;
	bottom:-1px;
}
.hidden {
	display: none;
}
/* #Media Queries
================================================== */




/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (max-width: 767px)and (orientation : portrait)  {
	
			.boxwidth {
				width: 360px;
			}
			h1{ 
				margin-bottom:20px;
			}
			.container .columns {
				width:100%				
			}
			.infoTxt{
				display:none;
			}
			/*.rightcol{
				padding-top:20px !important;
			}*/
			form {
				padding:0px;
				width:100%;
			}
			/*input[type=name], input[type=password] {
				width:100%;
			}*/
			#footer {
				width: 360px;
			}
			.dot{
				background-position:80% 0;
			}
			.toggleMenu {
				font-family:"GEInspiraM", Arial, sans-serif;
				font-size:22px !important;
					
			}
			.nav > li {
				float: none;
				
			}
			.nav li {
				position: relative;
				border-right: none;
				border-bottom:none !important;
				border-left:none !important;
				border-right:none!important;
				
			}
			
			.nav ul {
				display: block;
				width: 100%;
				
			}
			.nav li.current {
				border: none !important;
				
			}
			.dropbox{ display:block; padding:10px; border-top:1px dotted #fff; }
			.searchnav{ 
				margin-left:0px; 
				display:none;		
			}
		
	}
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.boxwidth {
				width:60% !important;
		}
		#footer {
				width: 360px !important;
			}
		.contentContainer{ padding:10px;}
		.iconBox{ margin:10px auto;}
		.nav li.current {
				border: none !important;
				
			}
		.dropbox{ display:block; padding:10px; border-top:1px dotted #fff; }
		.searchnav{ 
				margin-left:0px; 
				display:none;		
			}
	}
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
			h1{ 
				margin-bottom:20px;
			}
			.header h2{
				padding:38px 0px 0px 85px;
				width:210px !important;
				font-size:18px;
			}
			/*.header .quicklink{
				float:none;
				margin:60px 30px 0px 20px;
				padding-right:0px;
				clear:both;

			}*/
			#LoginBox {
				padding:40px;
				
			}
			.boxwidth {
				width:218px;
			}
			.container .columns {
				width:100%				
			}
			
			.infoTxt{
				display:none;
			}
			/*.rightcol{
				padding-top:20px !important;
			}*/
			form {
				padding:0px;
				width:100%;
			}
			/*input[type=name], input[type=password] {
				width:100%;
			}*/
			.logo {
				width:55px;
				height:54px;
				background:url(/public/share/gevpn/images/ge_logo_small.png) no-repeat;
				
			}
			#footer {
				width: 200px;
			}
			.dot{
				background-position:10% 0;
			}
			.active {
				display: block;
				
			}	
			.searchnav{ 
				margin-left:0px; 
				display:none;		
			}
			
			.toggleMenu {
				font-family:"GEInspiraM", Arial, sans-serif;
				font-size:18px !important;
									
			}
			.nav > li {
				float: none;
				
			}
			.nav li {
				position: relative;
				border-left:none !important;
				border-right:none!important;
				
			}		
			.nav li a{ font-size:18px !important;}	
			.nav ul {
				display: block;
				width: 100%;
				
			}
			.navContainer{border-bottom:1px dotted #000 !important; padding-right:10px}
	   		.nav > li.hover > ul , .nav li li.hover ul {
				position: static;
			}
			.nav li.current {
				border: none !important;
				
			}
			.dropbox{ display:block; padding:10px; border-top:1px dotted #fff; }
			.searchBox{ width:100%;}
			.iconBox{ margin:20px auto;}
	}
	
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.inspectionHostDIVBig {
visibility: visible;
position: absolute;
top: 15%;
left: 15%;
width: 60%;
padding: 5%;
background: rgb(0, 0, 0);
opacity: 0.9;
filter: alpha(opacity=90);
z-index: 5;
height: 50%;
overflow-y: auto;
font-size: 90%;
}
div.inspectionHostDIVBig a.option {
margin-right: 14px;
}

/*-------------------- popup lightbox classes ------------------------*/
#mask {display: none; background: #000; position: fixed; left:0; top:0; width: 100%; height: 100%; z-index: 100;}
.mPopup {
 border-radius: 3px; overflow:hidden; float: left; position: fixed; top: 50%; left: 50%; z-index: 888;  
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
display: none; background: #fff; padding:10px; 
}
.popupCnt {padding:6px 10px; color:#727272; border-bottom:1px solid #999;}
.popupCnt p{margin-bottom:10px; margin-top:10px;}
.popupCnt a{color:#3b73b9;}
.popupFoot {padding:15px 0 5px; text-align:right;}
.popupFoot a{display:inline-block; padding:6px 12px; background-color:#3b73b9; border-radius: 3px; margin-left:5px; font-size:.9em;}
.popupFoot a:hover{text-decoration:none;}