
.g-menu-link {
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding: 0 3px 1px;
	border: 1px solid rgba(0, 0, 0, 0);
}

.g-menu-link.inactive {
	border: none;
	color: #aaa;
}

.g-menu-link:hover:not(.inactive) {
	border: 1px solid white;
	cursor: pointer;
}

.g-square-button {
	width: 25px;
	height: 25px;
	cursor: pointer;
  	border-radius: 2px;
  	display: inline-block;
  	margin: 0 2px;
}

.g-square-button.inactive {
	opacity: 0.5;
}


.g-square-button:hover:not(.inactive), .g-square-button.down {
	background-color: #AAC2E3;
	/* top internal shadow
	   bottom internal highlight*/
	box-shadow: 
	  inset -1px -1px 1px rgba(255,255,255,0.8),
	  inset 1px 1px 1px rgba(0,0,0,0.5);
}

div.g-tip {
	color: #555;
	text-align: left;
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 1.45;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px 6px 6px 6px;
	bottom: 0px;
	left: -50%;
	white-space: pre;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

.g-tip:after, .g-tip:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.g-tip:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #eee;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}

.g-tip:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ccc;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}

.g-tip-button {
	display:inline-block;
	position: relative;
	z-index: 500;
	cursor: pointer;
	text-align: center;
	bottom: 0px;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	height: 14px;
	padding: 1px 1px 0px 1px;
	line-height: 1;
	width: 13px;
	font-weight: normal;
	border-radius: 14px;
	background: #4D839E;
}

.g-tip-button .g-tip-anchor {
	bottom: 21px;
	left: 8px;
}

.g-tip-anchor {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

.g-tip-button:hover {
	background-color: #ddd;
	color: #005;
}

.g-tip-button:hover * {
	visibility: visible;
}

.g-clicktext {
	display:inline-block;
	line-height: 1;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	/* text-decoration: underline; */
	text-decoration:none;
	text-indent: 0px;
}

.g-file-control {
	position: absolute;
	top: -1000px;
}

.g-panel-btn.active {
	cursor: pointer;
}

.g-panel-btn.selected {
	color: #aaa;
	background: none;
}

.g-panel-btn.active:hover:not(.selected) {
	background-color: #FFFCDC;
}

.g-panel-btn {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #b0b0b0;
	text-align: center;
	padding: 1px 4px 3px 3px;
	line-height: 1;
}

.g-panel-btn:not(.active) {
	color: #aaa;
	background: #eaeaea;
	cursor: default;
}


.g-text-btn {
	color: #1477C1;
	cursor: pointer;
}

.g-text-btn.disabled {
	cursor: auto;
	color: #999;
}