/* CSS Document */



/* TEMP STUFF FOR THIS PAGE PRESENTATION */
.headerArea  {
	width: 100%;
	height 200px;
	line-height: 200px;
	text-align:center;
	font-size:18px;
	background-color: #ccc;
	color:#777;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom:100px;
}


body {

margin:0;
padding:0;
}

/*STUFF TO CUSTOMIZE PER CUSTOMER */

.customLogo {
	background-image:url(../images_temp/greenAgainLogo.png);
}

.customColor1 {
	fill: #6ca842;
	color:	#6ca842;
	border-color: #6ca842;	
	
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.customColor2 {
	fill: #183605;
	color:	#183605;
	border-color: #183605;	
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}





/*STUFF TO KEEP*/


.customColor1 {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.customColor2 {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}


.webFont {
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height: 120%;
	font-weight:400;

}

.center1024 {
	width: 1024px;
	margin:auto;
	
}


.centerMax {
	width: 98%;
	margin:auto;
	max-width:1330px;
}

.center990 {
	width: 990px;
	margin:auto;
    padding-top:120px;
}

.line4PX {
	
	width:100%;
	border-top-style:solid;
	border-top-width:4px;
	height:0
}

.makorPower {
	height: 100px;
	
}


.loginPlate {
	
	width: 100%;
	height: auto;
	
	-webkit-box-shadow: 0px 0px 5px #6C6C6C;
	box-shadow: 0px 0px 5px #6C6C6C;	
	margin-top:6px;
	margin-bottom:6px;
	
	background-repeat:no-repeat;
	background-position:50px center;

	line-height: 50px;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;

}

.loginPlate .formLine {
	
	margin-top:20px;
	margin-bottom:20px;
}


.loginPlate .formLine .label {
	
	margin-left: 420px;
	width:120px;
	padding-right:20px;
	border-right: 10px solid;
	margin-right:20px;	
	display:inline-block;
	text-align:right;


}

.loginPlate input {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:16px;
	width:auto;
	height: 50px;
	
	background-color:#fff;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;

	
}



.loginPlate input[type=text], .loginPlate input[type=password] {
	width: 330px;
	border-bottom: solid 1px #fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.moduleChoice {
	display:inline-block;
	width:333px;
}


.loginPlate input[type=text]:hover, .loginPlate input[type=text]:focus, .loginPlate input[type=password]:hover, .loginPlate input[type=password]:focus {
	
	border-bottom: solid 1px #ccc;
}

.loginPlate input[type=radio] {
    display:none; 
    margin:0;
}

.loginPlate input[type=submit] {
	background-color: #EEF4FD;
	width: 254px;
	font-weight:700;
	font-size:14px;
	color:#2D86C5;
	/*-webkit-box-shadow: 0px 0px 4px #777;
	box-shadow: 0px 0px 4px #777;	*/
	
}


.loginPlate input[type=submit]:hover, .loginBox input[type=submit]:focus {
	
	border:none;
	outline:none;
	cursor:pointer;
	background-color:#2D86C5;;
	color: #EEF4FD;
}


.loginPlate input[type=radio] + label {
 	
	display:inline-block;
	margin:0;
    padding:0;
	width:120px;
	height:50px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	background-color: #EEF4FD;
	font-weight:700;
	font-size:14px;
	margin-right:10px;
	color:#2D86C5;
	
}

.loginPlate input[type=radio] + label:first-child {

}

.loginPlate input[type=radio] + label:hover {
	background-color:#2D86C5;;
	color: #EEF4FD;
	color: #FFF;	
}

.loginPlate  input[type=radio] + label.rightItem {
	
	float:right;
}

.loginPlate input[type=radio]:checked + label {
	
	background-image: none;
	background-color: #2D86C5;
	color: #fff
	
}


/*ITEMS MAINLY FOR CRM LANDING*/



.thirdWidth {
	
	width: 33%;
	display:inline-block;
	  vertical-align: top; 
	position:relative;
	
}

.twoThirdWidth {
	
	width: 66%;
	display:inline-block;
	 vertical-align: top;
	position:relative;

	
}
.top20M {
margin-top:20px;	
}

.crmHome .section {
margin-top:10px;
margin-bottom:10px;	

}

.crmHome .yourInfoBox {
	
	width: 100%;
	height:400px;
	background-color: #ccc;
	color:#777;
	line-height: 400px;
	text-align:center;
	font-size:18px;
	font-family: 'Open Sans Condensed', sans-serif;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	border: 2px solid #999;
	
	margin:auto;
	
	

	
}

.CRMjumpButtons {
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left-style: solid;
	border-left-width: 4px;
	
	padding-left:50px;
	
	margin-left:50px;

	
	
	
}

.jumpButton {
	
	position:relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top:20px;
	margin-bottom:20px;
	border-left-style:solid;
	border-left-width:8px;	
	background-color:#F5F5F5;
	height:60px;
	line-height:60px;
	font-size:14px;
	text-transform:uppercase;
	padding-left: 16px;
	width:100%;
	
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	
}

.jumpButton.double {
line-height:120px;
	height:120px;
}

.CRMjumpButtons .goBtn {
width:100px;
height:80%;
position:absolute;
top:10%;
right:0;
float:right;
text-align:center;	
padding-left:20px;
border-left: 1px solid #fff;
transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.CRMjumpButtons .goBtn svg {
	
	width: 26px;
	height:auto;
	opacity:.6;
	
}

.CRMjumpButtons .goBtn:hover  {
cursor:pointer;

}

.CRMjumpButtons .goBtn:hover svg {


opacity:1;
}

.CRMjumpButtons select {
	height:60px;
	line-height:12px;	
	border:none;
	outline:none;
	width:330px;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	text-align:right;
	padding-left:20px;
	position:absolute;
	float:right;
	top:0;
	right: 140px;
	color:#606060;
	
	background:none;
	background-image:url(../images/icon_downArrow_grey.svg);
	background-repeat:no-repeat;
	background-size:14px 16px;
	background-position: right 15px center;

	
	-webkit-appearance: none;            /*Removes default chrome and safari style*/
    -moz-appearance: none;             /* Removes Default Firefox style*/
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
	
	
}

.CRMjumpButtons select.secondSelect {
top:60px;	
}

.CRMjumpButtons select::-ms-expand {
    display: none;
}

.CRMjumpButtons select:focus::-ms-value {
	
	
	
	
	}

.CRMjumpButtons  select::-ms-value {
	
	color:#606060;
	background: transparent; /*Removes IE HIGHLIGHT BLUE*/
	
}

.CRMjumpButtons option {
	
	border:none;
	outline:none;

	 }


.CRMjumpButtons select:hover {

background-color:#FFF;
cursor:pointer;

color: #111111;

}

.CRMjumpButtons select:hover {
	color: #000;
}

.CRMjumpButtons select:focus {

color: #111111;
background-color:#F5F5F5;

}



/*STUFF FOR PROD HOME*/

.PRODhome .item {
width: 100%;
height: 90px;
border-bottom: 1px solid #eee;	
line-height: 90px;
font-size:22px;
position:relative;
}

.PRODhome .logo {
background-repeat:no-repeat;
background-position: left center;	
}

.prodButtons {
position:absolute;
float:right;
right:0;
top:0;
width:auto;	
}

.prodButtons input[type=button] {
	outline:0;
	border:0;
	width: 150px;
	margin-left:3px;
	margin-right:3px;
	font-size: 14px;
	height:60px;
	line-height:60px;
	color:White;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}

.prodButtons input[type=button]:hover { 
cursor:pointer;
background-color: #727A7D !important;
 }
 
.divSearch
{
     float:right; 
     background-position: right; 
     background-repeat: no-repeat; 
     height: 60px; 
     width: 402px; 
     padding-left: 5px;
     background-image: url('/Images/Search_bg.png')
}
 



