body {
    color: black;
    margin: 10px;
    border: 0px;
    padding: 0px;
    background: #F0FFF0 !important;
    direction: ltr;
}

.green {
	background-color: #F0FFF0;
}


h1 {
  font-size: 2em;
  font-weight: bold;
  color: #484848;
  margin: 10px 0px 10px;
  text-align: center;
}

.centered {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(-5%);
}

.sendButton {
    margin: 20px 0px 10px !important;
    display: block;
    width: 100%;
    font-size: 16pt;
    background: #D3D3D3 !important;
    box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.sendButton:active {
  margin: 20px 0px 10px !important;
  width: 100%;
  background: #B8B8B8 !important;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.24),0 0 0 0 rgba(0,0,0,0.19);
}

.sendButton:hover {
  background: #77af7a !important;
  transform: translateY(1px);
}

img {
    margin-bottom: 15px;
}

.tkTextBox {
	width: 95%
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
  font-weight: bold;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
