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

.normal {
    font-family: calibri;
}


.cellSelectedBlue ,.cellSelectedOverBlue,.tallCellSelectedBlue,.cellOverBlue,.tallCellBlue,.cellBlue{
	font-family: calibri;
	font-size: 12px;
	font-weight: normal;
    background-color: #C3F0F0;
    padding-left: 3px;
}

.tallCellBlue,.cellBlue {
  background-color: #F7F7F7;
  padding-left: 3px;
}

.cellSelectedOverBlue,.tallCellSelectedBlue {
    background-color: #CFF3F3;
    padding-left: 3px;
}

.cellOverBlue , .tallCellOverBlue {
    background-color: #f0f0f0;
    padding-left: 3px;
}



.cellSelected {
    background-color: #D7EDF4 !important;
}

.cellSelectedOver {
    background-color: #BEE3ED !important;
}

.recordEditor-2CellDark,
.recordEditor-2Cell {
  line-height: 22px;
  background-color: lightblue;
  color: #000000;
  font-family: calibri;
  font-size: 11px;
}


.mycelliaStyle {
  background-color: #BEE3ED;
  color: black;
  font-size: 11px;
   border-color: #3DB7E4;
	border-width: 0.5px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-radius: 0px;
}

.mycelliaStyle2 {
  background-color: #C2DAE5;
  color: black;
  font-size: 11px;
   border-color: #63A2BC;
	border-width: 0.5px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-radius: 0px;
}

.tabTitle, .tabTitleTopSelectedOver {
    
    color: black;
    background-color: #BEE3ED;
    border-color: gray;
	border-width: 0px;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 90%;

}

.tabTitleTop {
    
    color: black;
    background-color: #BEE3ED;
    border-color: gray;
	border-width: 0px;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 90%;
}

.tabTitleTopOver {
    
    color: black;
    background-color: #3DB7E4;
    border-color: gray;
	border-width: 0px;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 90%;

}

.tabTitleTopSelected {
    
    color: #E00034;
    background-color: #FFFFFF;
    border-color: lightgray;
	border-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 90%;

}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}
.chatimagecircle {
    background-color: #ECAF1B;
    border-radius: 100%;
}

.ltr {
	direction : ltr;
}

.rtl {
	direction : rtl;
}

.borderbottom {
	border-bottom-style: solid; 
	border-color: lightgray;
}

.imagecircle40,.imagecircle40Over {
    width: 40px !important;
    height: 40px !important;
    background-color: #ECAF1B;
    
    border-radius: 100%;
}

.blueimagecircle {
    background-color: rgb(163, 213, 227);
    border-radius: 100%;
}

.greenimagecircle {
    background-color: #549AA6;
    border-radius: 100%;
}



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

.bottomWhite {
	border-color: #cccccc;
	border-width: 0.5px;	
	border-bottom-style: solid;
}

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

.noBorder {
	border-radius: 0px;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	color : black;
}

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

.imagecircle,.imagecircleOver,.imagecircleOverDown,imagecircleSelected {
    background-color: gray;
    border-radius: 100%;
}

.imagecircle2 {
    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: #BEE3ED;
	text-align: center;
	color: black;
	font-size: 12px;
}

.staticBlue {
  background-color: transparent;
  color: darkblue;
}

.staticBlueBig {
  background-color: transparent;
  color: darkblue;
  font-size: 120%;
  font-weight: heavy;
}

.grayButton {
  background-color: #46a6a6;
  border: 2px solid #46a6a6;
  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:#46a6a6;
  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:#ECAF1B;
  margin:5px;
  padding:5px;
  font-family: corbel;
}

.selectMultipleButton3 {
  text-align:center;
  color:gray;
  background-color:#A3D5E3;
  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;
}

.roundedButton,.roundedButtonOver,.roundedButtonFocused,.roundedButtonFocusedOver {
	color: black;
	border-radius: 5px;
	border-color: #FFFFFF;
	background-color: #00B983;
	border-width: 1px;
    padding-left: 20px;
    padding-top: 7px;
    border-style: solid;
    font-size: 100%;
    height: 60px !important;
}

.roundedBox0,.roundedBox0Over,.roundedBox0Focused,.roundedBox0FocusedOver {
	color: black;
	border-radius: 4px;
	border-width: 1px;
    font-size: 100%;
}

.squareBox,.squareBoxOver,.squareBoxFocused,.squareBoxFocusedOver {
	color: black;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: lightgray;
    font-size: 100%;
}

.squareBox2,.squareBox2Over,.squareBox2Focused,.squareBox2FocusedOver {
	color: black;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}

.squareBox21,.squareBox21Over,.squareBox21Focused,.squareBox21FocusedOver {
	color: black;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.squareBox3 {
    height: 40px !important; 
    text-wrap: wrap;
    margin-top: 2px;

    text-align: top;
	color: black;
    background-color: transparent;
    font-size: 70%;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
    
}

.squareBox3Over,.squareBox3Focused,.squareBox3FocusedOver {
    height: 40px !important; 
    text-wrap: wrap;
    margin-top: 2px;

	color: #000000 ;
    background-color: #e1f3f8;
    font-size: 80%;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
}

.squareBox31 {
    height: 40px !important; 
    text-wrap: wrap;
    margin-top: 2px;
	color: #FFFFFF;
    background-color: transparent;
    font-size: 70%;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
    
}

.squareBox31Over,.squareBox31Focused,.squareBox31FocusedOver {
    height: 40px !important; 
    text-wrap: wrap;
    margin-top: 2px;

	color: #000000;
    background-color: #e1f3f8;
    font-size: 80%;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
    
}

.roundedBox2,.roundedBox2Over,.roundedBox2Focused,.roundedBox2FocusedOver {
	color: black;
	border-radius: 15px;
	border-width: 1px;
    border-style: solid;
	border-color: lightgray;
	background-color: #FFFFFF;
    font-size: 100%;
}

.roundedBox2Over,.roundedBox2Focused,.roundedBox2FocusedOver {
	background-color: lightgray;
}

.roundedBox3,.roundedBox3Over,.roundedBox3Focused,.roundedBox3FocusedOver {
	color: black;
	border-radius: 4px;
	border-width: 1px;
    border-style: solid;
	border-color: lightsalmon;
	background-color: lightsalmon;
    font-size: 100%;
}

.roundedBox4,.roundedBox4Over,.roundedBox4Focused,.roundedBox4FocusedOver {
	color: black;
	border-radius: 4px;
	border-width: 1px;
    border-style: solid;
	border-color: green;
	background-color: lightgreen;
    font-size: 100%;
}

.imageCentered {
	vertical-align: sub;
    background-color: #ECAF1B;
    border-radius: 100%;

}

.roundedBox,.roundedBoxOver,.roundedBoxFocused,.roundedBoxFocusedOver {
	color: black;
	border-radius: 10px;
	border-color: gray;
	background-color: #FFFFFF;
	border-width: 1px;
    border-style: solid;
    font-size: 100%;
}

.roundedBoxu,.roundedBoxuOver,.roundedBoxuFocused,.roundedBoxuFocusedOver {
	color: black;
	border-color: gray;
	background-color: #FFFFFF;
	border-width: 1px;
    border-style: solid;
    border-bottom-style: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
    font-size: 100%;
}
.roundedBoxd,.roundedBoxdOver,.roundedBoxdFocused,.roundedBoxdFocusedOver {
	color: black;
	border-color: gray;
	background-color: #FFFFFF;
	border-width: 1px;
    border-style: solid;
    border-top-style: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    font-size: 100%;
}



.roundedMessage10,.roundedMessage10Over {
	color: black;
	border-radius: 5px;
	border-color: #E8E8E8;
	border-width: 1px;
    padding-left: 10px;
    padding-top: 3px;
    border-style: solid;
    font-size: 100%;
    height: 30px !important;
}

.roundedMessage10Focused, .roundedMessage10FocusedOver {
	color: black;
	border-radius: 5px;
	border-color: #E8E8E8;
	border-width: 1px;    
    padding-left: 10px;
    padding-top: 3px;
    border-style: solid;
    font-size: 100%;
    height: 30px !important;

}

.roundedMessage11,.roundedMessage11Over {
	color: black;
	border-radius: 5px;
	border-color: #FFFFFF;
	border-width: 1px;
    padding-left: 10px;
    padding-top: 13px;
    border-style: solid;
    font-size: 100%;
    height: 20px !important;
}

.roundedMessage11Focused, .roundedMessage11FocusedOver {
	color: black;
	border-radius: 5px;
	border-color: #FFFFFF;
	border-width: 1px;    
    padding-left: 10px;
    padding-top: 13px;
    border-style: solid;
    font-size: 100%;
    height: 20px !important;

}

.roundedMessage,.roundedMessageOver {
	color: black;
	border-radius: 5px;
	border-color: #E8E8E8;
	border-width: 1px;
    padding-left: 10px;
    padding-top: 7px;
    border-style: solid;
    font-size: 100%;
    height: 30px !important;
}

.roundedMessageFocused, .roundedMessageFocusedOver {
	color: black;
	border-radius: 10px;
	border-color: #E8E8E8;
	border-width: 1px;    
    padding-left: 10px;
    padding-top: 7px;
    border-style: solid;
    font-size: 100%;
    height: 30px !important;

}

.roundedMessage2,.roundedMessage2Over {
	color: black;
	border-radius: 5px;
	border-color: #E8E8E8;
	border-width: 0px;
    border-style: solid;
    font-size: 100%;
    height: 30px !important;

}

.roundedMessage2Focused, .roundedMessage2FocusedOver {
	color: black;
	border-radius: 5px;
	border-color: #E8E8E8;
	border-width: 0px;    
    border-style: solid;
    font-size: 100%;
    height: 30px !important;

}

.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;
}

.rightBorder {
    border-color: lightgray;
	border-width: 4px;
    border-left-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-top-style: none;
    border-radius: 0px;
}


.searchBox,.searchBoxOver,.searchBoxFocused,.searchBoxFocusedOver {
  background-color: white;
  border-radius: 20px;
  padding-left: 10px;
  border-color: #cfcfcf;
}

.searchBox2,.searchBox2Over,.searchBox2Focused,.searchBox2FocusedOver {
  border-radius: 20px;
  padding-left: 10px;
  border-color: #cfcfcf;
}
.searchBox3,.searchBox3Over,.searchBox3Focused,.searchBox3FocusedOver {
  border-radius: 20px;
  border-style: solid;   
  border-width: 1.5px;
  border-color: deepskyblue;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

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