@import url(https://fonts.googleapis.com/css?family=Roboto);

#yubico-google {
	border-color: #8BAF5B;
	background-color: #E0F1B5;
	color: #4F5F39;
	padding: 20px 30px;
	border-radius: 2px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#yubico-google #status {
	position: absolute;
	top: 5px;
	right: 10px;
}

#yubico-google #message {
	float: left;
	width: 70%;
	vertical-align: middle;
}

#yubico-google #buttons {
	float: right;
}

#yubico-google.success #buttons, #yubico-google.loggedin #buttons {
	margin-top: 15px;
}

#yubico-google .gButton {
	display: none;
	background: #4285f4;
	color: white;
	width: 120px;
	border-radius: 5px;
	white-space: nowrap;
	cursor: pointer;
}

#yubico-google .gButton .buttonText {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	width: 85px;
	font-weight: bold;
	/*background: #8bc041;
	//border-radius: 2px;
	//padding: 10px;*/
	color: #ffffff;
	line-height: 1em;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#yubico-google .gButton span.icon {
	background: url('../images/google_icon.jpg') transparent 5px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
}

#yubico-google .gButton a:hover {
	/*background: #69a020;*/
}

#yubico-google #signIn-button a {
}

#yubico-google #signIn-button a:hover {
}

#yubico-google #signOut-button a {
	/*background: #aaa;*/
}

#yubico-google #signOut-button a:hover {
	/*background: #666;*/
}

#yubico-google .success #signIn-button, #yubico-google .loggedin #signIn-button {
	display: none;
}

#yubico-google #loading {
	display: none;
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 30px;
	vertical-align: center;
}

#yubico-google #loading #overlay {
	/*background: #000;*/
	height: 60px;
	width: 100%;
	position: absolute;
	opacity: 0.2;
	vertical-align: middle;
}

#yubico-google #loading #loader {
	z-index: 9;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px; /* Half the height */
	margin-left: -16px; /* Half the width */
}


.jquery-bar {
	position: relative;
	box-shadow: 0px 4px 5px #E0F1B5;
	font-size:14px;
	z-index: 9999;
}

.jquery-bar .notification {
	width: auto;
	background: #FFF;
	padding: 10px 0;
	position: relative;
	z-index: 99999;
	display: none;
	text-align: center;
	border-bottom: 2px solid #8cc041;
}

.jquery-bar .notification a {
	color:#CC0000;
	font-size:15px;
	text-decoration:underline;
	text-transform:none;
}

.jquery-arrow {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 99999;
	top: 0;
	right: 150px;
	right: 2%;
	cursor: pointer;
}

.up {
	background: url('/wp-content/themes/enfold-yubico/images/up-arrow.png') center no-repeat;
}

.down {
	background: #FFF url('/wp-content/themes/enfold-yubico/images/down-arrow.png') center no-repeat;
	border-radius: 0px 0px 5px 5px;
	border: 2px solid #8cc041;
	box-shadow: 0px 4px 5px #E0F1B5;
	border-top: none;
}


@media only screen and (max-width: 767px) {

	#yubico-google.success, #yubico-google.loggedin {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	
	#yubico-google #status {
		top: 5px;
	}
	
	.jquery-bar .notification {
		padding-left: 5%;
		padding-right: 8%;
	}
	
	.jquery-arrow {
		right: 2%;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 960px), (max-width: 639px) {

	#yubico-google #message {
		width: 100%;
		text-align: center;
		float: none;
	}
	
	#yubico-google #buttons, #yubico-google.success #buttons, #yubico-google.loggedin #buttons {
		clear: both;
		float: none;
		margin-top: 10px;
	}

	#yubico-google .gButton {
		margin: 0 auto;
	}
	
}