/** 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;
}

.maxiSearch {
	border-radius: 5px;
	border-color: #b32d63;
	border-width: 1px;
	border-style: solid;
	color : blue;
	background-color: #F3F3F3;
}

.simpleBorder {
	border-radius: 0px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	color : black;
	background-color: #F3F3F3;
}

.circle {
    background-color: gray;
    height: 400px;
    width: 400px;
    border-radius: 100%;
}

.fileZone {
	border-radius:5px;
	background-color:white;
	background-repeat:no-repeat;
	background-image:url("fond_drag_drop.png");
	background-position: center;
	border-style: dashed;
	border-width: 2px;
	border-color: #b32d63;
	text-align: center;
	color: black;
	font-size: 11px;
	font-family: corbel;
}

.grayButton {
  background-color: #b32d63;
  border: 2px solid #b32d63;
  border-radius: 0px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  outline: 0px;
  color: white;
  padding-top:0px;
  padding-bottom:0px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap
  font-size: 11px;
  font-family: corbel;
}

.selectMultipleButton {
  text-align:center;
  color:gray;
  background-color:#b32d63;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.selectMultipleButton1 {
  text-align:center;
  color:gray;
  background-color:white;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.selectMultipleButton2 {
  text-align:center;
  color:gray;
  background-color:#b32d63;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.selectMultipleButton3 {
  text-align:center;
  color:gray;
  background-color:#3abbd7;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.selectMultipleButton4 {
  text-align:center;
  color:gray;
  background-color:#83c6d6;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.selectMultipleButton5 {
  text-align:center;
  color:gray;
  background-color:lightgray;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.selectMultipleButton6 {
  text-align:center;
  color:white;
  background-color:#be1728;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.grayHeader {
  background-color:lightgray;
  color: white;
}

.grayHeaderButton {
    background-color: lightgray;
    color: #FFFFFF;
    font-family: calibri;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 0 0 0 3px;
}

.grayHeaderButtonDisabled, .grayHeaderButtonSelectedDisabled {
    background: linear-gradient(to bottom, #FEFCF6 0%, #FEFAF1 24%, #FCEDCF 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
}
.grayHeaderButtonDisabled, .grayHeaderButtonSelectedDisabled {
    background-color: lightgray;
    color: #ABABAB;
    font-family: RobotoLight;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}
.grayHeaderButtonOver, .grayHeaderButtonDown {
    background-color: lightgray;
    color: #FFFFFF;
    font-family: calibri;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 0 0 0 3px;
}
.grayHeaderButtonSelectedOver, .grayHeaderButtonSelectedDown {
    background-color: lightgray;
    color: #FFFFFF;
    font-family: calibri;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 0 0 0 3px;
}

.searchBox {
  background-color: white;
  border-radius: 14px;
  border-color: #cfcfcf;
}

.searchBoxFocused {
  background-color: white;
  border-radius: 14px;
  border-color: #cfcfcf;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

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