html,
html.wgr-bar-html {
	margin-top: 34px;
	position: relative;
}
html.wgr-bar-html {
	-webkit-transition: margin-top .25s cubic-bezier(.694, .0482, .335, 1);
	-webkit-transition-delay: .25s;
}
html.wgr-bar-closed {
	margin-top: 0;
	-webkit-transition: margin-top .25s cubic-bezier(.694, .0482, .335, 1);
	-webkit-transition-delay: 0s;
}

.wgr-bar-html body {}

.wgr-bar,
.wgr-btn,
.wgr-bar a,
.wgr-bar input,
.wgr-bar button,
.wgr-bar label {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
}

.wgr-btn {
	width: 100%;
	color: #222;
	background: #fff;
	border-radius: 3px;
	border-style: none;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
.wgr-bar input[type="text"],
.wgr-bar input[type="password"] {
	width: 150px;
	background: #fff;
	color: #222;
	border-style: none;
	border-radius: 3px;
	padding: 8px 10px;
}
.wgr-bar label {
	font-weight: normal;
	color: #fff;
}

/* Layout */
.wgr-bar {}
.wgr-bar-col-1 {
	width: calc((100% - 1000px) / 2);
	float: left;
	position: relative;
}
.wgr-bar-col-2 {
	width: 1000px;
	float: left;
}
.wgr-bar-col-3 {
	width: calc((100% - 1000px) / 2);
	text-align: right;
	float: left;
}

.wgr-bar,
.wgr-bar-tab {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	height: 34px;
	line-height: 33px;
	z-index: 9999999;

	background: #222;
	color: #fff;

	-webkit-transition: top .25s cubic-bezier(.694, .0482, .335, 1);
}

.wgr-bar {
	-webkit-transition-delay: .25s;
}
.wgr-bar-closed .wgr-bar {
	top: -68px;
	-webkit-transition-delay: 0;
}
.wgr-bar--developer {
	background: #00ABEE;
}
.wgr-bar--parked {
	background: #48BB63;
}

/* Large */
@media all and (max-width: 868px) {
	.wgr-bar,
	.wgr-bar-tab {
		display: none !important;
	}
	html,
	html.wgr-bar-html {
		margin-top: 0;
	}
}

/*.wgr-bar--developer.wgr-bar--parked {
	background: linear-gradient(to right, #48BB63 50%,#00ABEE 50%);
}
*/
.wgr-bar-tab {
	left: auto;
	top: -68px;
}
.wgr-bar-closed .wgr-bar-tab {
	top: 0;
	-webkit-transition-delay: .25s;
}

.wgr-bar-col-3 > * {
	vertical-align: top;
	display: inline-block;
	line-height: 34px;
}

.wgr-bar-close {
	margin-left: 10px;
}

.wgr-bar-close,
.wgr-bar-open {
	font-size: 18px;
    margin-top: 7px;
    margin-left: 8px;
	margin-right: 8px;

    cursor: pointer;
    vertical-align: top;
    display: inline-block;
	line-height: 34px;
	pointer-events: all;
}
.wgr-bar-close:hover,
.wgr-bar-open:hover {
	background: rgba(255,255,255,0.1);
}

.wgr-bar-store-version {
	display: block;
	padding-right: 5px;
	padding-left: 15px;

	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wgr-bar-nav {}
.wgr-bar-nav > li {
	position: relative;
}
.wgr-bar-link {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;

	color: #fff;
	font-weight: normal;
	cursor: pointer;
}
.wgr-bar-link:hover,
.wgr-bar-link-active2 {
	background: rgba(255,255,255,.1);
	text-decoration: none;
	color: #fff;
}
.wgr-bar-link-active {
	background: rgba(255,255,255,.1);
}


/*.wgr-bar-link:hover .wgr-checkbox:before {
	content: "\f192";
}*/
.wgr-bar-link-active:hover > .wgr-checkbox:before {
	content: "\f057";
}
.wgr-bar-link > * {
	vertical-align: middle;
}

.wgr-sign-in,
.wgr-bar-other,
.wgr-bar-version {
	position: absolute;
	top: 100%;
	left: 0;
	background: #222;
	display: none;
	line-height: 1;
}
.wgr-bar--developer .wgr-sign-in,
.wgr-bar--developer .wgr-bar-other,
.wgr-bar--developer .wgr-bar-version {
	background: #00ABEE;
}
.wgr-bar--parked .wgr-sign-in ,
.wgr-bar--parked .wgr-bar-other,
.wgr-bar--parked .wgr-bar-version {
	background: #48BB63;
}
.wgr-sign-in > div {
	padding: 15px;
	background: rgba(255,255,255,.1);
}
.wgr-sign-in input {
	margin-bottom: 5px;
}

.wgr-bar-other {
	left: auto;
	right: 0;
}
.wgr-bar-other > ul,
.wgr-bar-version > ul {
	background: rgba(255,255,255,.1);
}

.wgr-bar-other > ul > li {
	padding: 10px 15px;
	white-space: nowrap;
	width: 100%;
}

.wgr-bar-version {
	min-width: 100%;
}

.wgr-bar-version > ul {
	padding-top: 5px;
	padding-bottom: 10px;
}

.wgr-bar-version > ul > li {
	padding: 8px 15px;
	white-space: nowrap;
	width: 100%;
	font-size: 11px;
}

#js-wb-errors {
	color: #cc0000;
}

.wgr-bar-error-container {
	display:none;
	background: #ddd;
	color: #000;
	padding: 12px;
	line-height: 16px;
	font-size: 11px;
	position: fixed;
	left: 0;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
}

.wgr-bar-loggedin-info {
	font-size: 11px;
	margin-left:10px;
}

.wgr-bar-spinner {
	position: relative;
	display: inline-block;
	width: 16px;
}

@media only screen and (max-width: 1300px) {
	.wgr-bar-col-2 {
		width: 70%;
	}
	.wgr-bar-col-1,
	.wgr-bar-col-3 {
		width: 15%;
	}
}

@media only screen and (max-width: 800px) {
	html {
		margin-top: 0;
	}
	.wgr-bar,
	.wgr-bar-tab {
		display: none;
	}
}

@media print {
	html {
		margin-top: 0;
	}
	.wgr-bar,
	.wgr-bar-tab {
		display: none;
	}
}
