/*==========================================
**Header Login Module**
For use on Paycom.com & Paycomonline.com
consolidated to separate .css on 4.21.15
===========================================*/

.upper-header svg,.upper-header img{
	margin:2px;
	float:right;
	width:15px;
	height:15px;
}
	.fallback{
		display:none;
	}
.header-login-button{
	float:left;
	background:#fff;
	padding:3px 0px 5px 0px;
	border-radius:3px;
	width:60px;
	height: 28px;
	margin-top: -8px;
	margin-left: 2px;
	text-align: center;
}
.header-login-button span{
	width: 92%;
}

@media screen and (max-width: 625px){
	.header-login-button{
		border:thin solid #cccccc;
		border-radius:0px;
		position:absolute;
		right:50px;
		top: 40px;
		z-index:1;
	}
	.header-login-button span{
		font-weight:normal;
		margin:1px 2px 1px 8px !important;
	}
	.header-login-button::before{
		content:'';
		background:url('/images/lockicon.jpg');
		background-repeat:no-repeat;
		background-size:contain;
		position:absolute;
		width:13px;
		height:12px;
		left:5px;
		top:7px;
	}
	
}

.header-login-button span{
	float:left;
	color:#008F4B;
	font-size:13px;	
	margin:3px 0 0 2px;
}
.header-login-button img{
	margin-top:6px;
	display: none;
}



.login-hover-holder{
	display:none;
	position: absolute;
	top:20px;
	height:121px;
	width:126px	;
	z-index:100;
	left:0;
}
.header-login-link:focus + .login-hover-holder,
.header-login-link:hover + .login-hover-holder, 
.login-hover-holder:hover,
.header-login-link:active{
	display:block;
}
#primary-nav #global-login-nav.active-login{
	display:block !important;
}
.header-login-link:hover img, .login-arrow + .login-hover-holder:hover{
  -webkit-animation: turnDownward .5s forwards;
  -moz-animation: turnDownward .5s forwards;
  -ms-animation: turnDownward .5s forwards;
  animation: turnDownward .5s forwards;
}
.login-hover:before {
  content: '';
  position: absolute;
  bottom:99%;
  left: 25%;
  width: 0; height: 0;
  border-bottom: 8px solid #008f4b;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  
}
.login-hover{
	z-index:15;
	height:99px;
	width:100%	;
	position:absolute;
	left:0;
	top:15px;
	border-radius:7px;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
	background:#008f4b;
}
.login-hover div{
	padding:7px 5px 5px 10px;
	height:33px;
	overflow:hidden;
  	line-height: 19px; /* <-- this is what you must define */
  	vertical-align: middle;
	position:relative;
}
.login-hover div::after{
	content:'';
	position:absolute;
	right:7px;
	top:8px;
	background:url('/images/demo-cta-arrow.png?ver=1.1');
	width:18px;
	height:18px;
	background-size:contain;
	background-repeat:no-repeat;
}
.login-hover a:nth-of-type(2) div{
	background:#00753d;
}
.login-hover a:nth-of-type(3) div{
	background:#00582e;
	border-radius:0 0 7px 7px;
}
.login-hover div span{
	 margin-top:auto;
     margin-bottom:auto;
	 float:left;
}
.login-hover div img{
	float:right;
	width:15px;
}
.login-hover svg polygon,.login-hover svg path{
		fill:#fff;
}
.login-hover div a{
	display: block;
	width:100%;
}
.login-hover .login-button span{
	font-size:13px;
	color:#fff;
	display:inline-block;
	font-weight:600;
}
.login-hover .login-button:hover,.login-hover .login-button span:hover{
	cursor:pointer;
}

@media screen and (max-width: 625px){
	.login-hover-holder{
		position: absolute;
		top:69px;
		height:121px;
		width:100vw;
		z-index:100;
		left:0;
	}
	.login-hover,.login-hover div{
		border-radius:0 !important;
	}
	.login-hover div{
		height:auto !important;
		padding:15px;
	}
	.login-hover:before {
	 	right:73px;
		left:auto;
	}
	.login-hover div::after{
		top:15px;
		right:15px;
	}
}

.login-banner{
	background:#e5e5e5;
	background-image:url(/images/home-banner-images/blank-grey.png?ver=1.1);
	background-size:cover;
	background-repeat:none;
}
.login-holder{
	height:265px;
	padding: 10px;
	width:335px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-167.5px;
	margin-top:-122.5px;
	background:#fff;
	overflow:hidden;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
}
.login-holder div{ 
	padding:5px;
	overflow:hidden;
  	line-height: 19px; /* <-- this is what you must define */
  	vertical-align: middle;
	position:relative;
	height:45px;
	width:100%;
}
.login-holder div:hover{
	cursor:pointer;
}
.login-holder a{
	background:#008f4b;
	display:block;
}
.login-holder div:last-of-type{
	border:none;
}
.login-holder a:hover,.login-holder a:focus{
	background:#099f58 !important;
}
.login-holder div span{
	 margin-top:auto;
     margin-bottom:auto;
}
.login-holder div svg path,.login-holder div svg polygon{
	fill:#fff;
}
.login-holder div img,.login-holder div svg{
	position:absolute;
	right:5%;
	top:50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width:19px;
	height:19px;
}
.login-holder div span{
	display: block;
	color:#fff;
	font-weight:normal;
	font-size:19px;
	margin:7px 0 0 10px
}
.login-help{
	background:#e5e5e5 !important;
	margin-top:10px;
	height:auto !important;
}
.login-help h4{
	font-weight:normal;
	color:#006f52;
}
.login-help p{
	color:#666 !important;
	margin:5px !important;
	font-size:12px !important;
	line-height:17px !important;
}
.login-help a,.login-help a:hover,.login-help a:focus{
	background:none !important;
	cursor:crosshair
}




