/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.popover{
    max-width: 100% !important; /* Max Width of the popover (depending on the container!) */
}

#main {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

#toolbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	z-index: 11;	
}

#inviscont {
	display: none;
}

#facebookform {
	padding: 8px;
}

#facebookform textarea {
	width: 100%;
	height: 5em;
	margin-top: 9px;
}

.gwt-PopupPanelGlass {
	z-index: 12;
}

.gwt-DialogBox {
	z-index: 13;
}

.fa {
	position: absolute;
	font-size: 40px;
}

#toolbar a {
	color: black;
}

.fa.disabled, a.disabled {
	color: gray;
	pointer-events: none;
}

#shareButtonContainer {
	width: 146px;
	position: relative;
	text-align: center;
	margin-bottom: 8px;
}

#shareButtonContainer a .fa {
	position: relative;
}

#shareButtonContainer a {
	position: relative;
	display: inline;
	margin-bottom: 8px;
	margin-right: 13px;
	color: black;
}

#shareButtonContainer a:last-child {
	margin-right: 0px;
}

#uploadButton {
	position: absolute;
}

#uploadButton .fa {
	position: relative;
}

#zoomPlusButton, #zoomMinusButton, #zoomBar {
	display: none;
}

.zoom #zoomPlusButton, .zoom #zoomMinusButton, .zoom #zoomBar {
	display: inline;
}

#questionButton i {
	left: 60px;
}

#zoomButton i, #zoomMinusButton i {
	left: 120px;
}
#rotateButton i {
	left: 180px;
}

#uploadButton, #zoomPlusButton i {
	right: 0px;
}
#shareButton i {
	right: 60px;
}

.zoom #uploadButton, .zoom #shareButton, .zoom #zoomButton, .zoom #rotateButton {
	display: none;
}

#zoomBar {
	position: absolute;
	left: 162px;
	right: 60px;
	background-color: gray;
	height: 3px;
	top: 17px;
	margin-left: 10px;
}

#zoomBar i {
	left: 0%;
	top: -11px;
	position: absolute;
	font-size: 26px;
	color: gray;
	margin-left: -11px;
}

/*
.fa:hover {
	font-size: 5em;
	left: -0.1em;
}*/
