@font-face {
    font-family: 'TheSans';
    src: url('./fonts/TheSansOsF-SemiLight.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheSans';
    src: url('./fonts/TheSansOsF-SemiLightItalic.otf') format("opentype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'TheSans';
    src: url('./fonts/TheSansOsF-SemiBold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'TheSans';
    src: url('./fonts/TheSansOsF-SemiBoldItalic.otf') format("opentype");
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'NotesEsaBold';
    src: url('./fonts/NotesEsaBol.eot');
    src: url('./fonts/NotesEsaBol.eot?#iefix') format('embedded-opentype'),
         /*url('./fonts/NotesEsaBol.woff') format('woff'),*/
         url('./fonts/NotesEsaBol.ttf') format('truetype'),
         url('./fonts/notesesabol-webfont.svg#NotesEsaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NotesEsaRegular';
    src: url('./fonts/NotesEsaReg.eot');
    src: url('./fonts/NotesEsaReg.eot?#iefix') format('embedded-opentype'),
         /*url('./fonts/NotesEsaReg.woff') format('woff'),*/
         url('./fonts/NotesEsaReg.ttf') format('truetype'),
         url('./fonts/NotesEsaReg.svg#NotesEsaReg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'NotesStyleBold';
    src: url('./fonts/notesstyle-boldtf-webfont.eot');
    src: url('./fonts/notesstyle-boldtf-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('./fonts/notesstyle-boldtf-webfont.woff') format('woff'),*/
         url('./fonts/notesstyle-boldtf-webfont.ttf') format('truetype'),
         url('./fonts/notesstyle-boldtf-webfont.svg#NotesStyle-BoldTfRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NotesStyleRegular';
    src: url('./fonts/notesstyle-regulartf-webfont.eot');
    src: url('./fonts/notesstyle-regulartf-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('./fonts/notesstyle-regulartf-webfont.woff') format('woff'),*/
         url('./fonts/notesstyle-regulartf-webfont.ttf') format('truetype'),
         url('./fonts/notesstyle-regulartf-webfont.svg#NotesStyle-RegularTfRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, table td, select {
  font-family: Verdana, Arial, Geneva, sans-serif !important;
}

html,
body,
#container {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    font-family: Verdana, Arial, Geneva, sans-serif;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.VtWebTitle, .ui-dialog-title {
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-weight: normal;
    font-size: 12px;
}


#bgDiv {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     background-color: rgba(0, 0, 0, 0.10);
     z-index: 1100;
}
#versionHelper {
     font-size: 4em;
}

#ghostAboutButton {
	z-index: 1110;
    bottom: 8px;
    position: absolute;
    width: 100%;
}

#aboutButtonContent {
	padding: 4px;
	background-color: rgba(250, 250, 250, 0.8);
	border-radius: 5px;
}	

.outerGlow {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 8px;
	z-index: 1101;
	-webkit-animation: glowIt 2s infinite;
	-moz-animation: glowIt 2s infinite;
	-o-animation: glowIt 2s infinite;
	animation: glowIt 2s infinite;
}

@-webkit-keyframes glowIt {
	0% { 
		-webkit-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); 
	}
	50% { 
		-webkit-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 1);
	}
	100% { 
		-webkit-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); }
}
@-moz-keyframes glowIt {
	0% { 
		-moz-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); 
	}
	50% { 
		-moz-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 1); 
	}
	100% { 
		-moz-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); }
}
@-o-keyframes glowIt {
	0% { 
		-o-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); 
	}
	50% { 
		-o-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 1); 
	}
	100% { 
		-o-box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); }
}
@keyframes glowIt {
	0% {
		box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); 
	}
	50% { 
		box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 1); 
	}
	100% { 
		box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0); }
}

/*******************        WelcomeMessage      **********************/
/*******************        WelcomeMessage      **********************/
/*******************        WelcomeMessage      **********************/
#WelcomeMsg{
	text-align: center;
	z-index: 9000;
}
#HideWelcomeMsgButton{
    font-size: 8px;
}
#logoWelcome{
	height: 150px;
}
#WelcomeMsgText{
	text-align: justify;
}



/*******************        Header      **********************/
/*******************        Header      **********************/
/*******************        Header      **********************/
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
#headerContent {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
#logo {
    height: 55px;
    margin-left: 43px;
    margin-right: 29px;
    margin-top: 25px;
}
#middleHeader {
	display: -webkit-flex;
   	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	vertical-align: middle;
	margin-left: 5px;
	height: 104px;
    color: #002664;
    font-size: 2.5em;
}
#title {
	margin-top: 27px;
    font-family: NotesStyleBold;
    font-size: 22px;
}
#subtitle {
	font-family: NotesStyleRegular;
    font-size: 18px;
}
#rightHeader {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#navLinks {
	text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
#navLinks a {
    color: #000000;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
#navLinks a:hover {
    color: #0000FF;
    text-decoration: underline;
}
#searchAndLanguage {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: auto;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#searchTB {
    width: 200px;
    height: 1.5em;
/*     margin-right: 50px; */
}
#headerTab{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
}
#headerTabButton {
    width: 100px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    cursor: pointer;
	margin-bottom: -1.2em;
}



/*******************        Services      **********************/
/*******************        Services      **********************/
/*******************        Services      **********************/
#services {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
#servicesContent {
    width: 500px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    display: none;
}
#servicesTabButton {
    width: 100px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(-90deg);
    -ms-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    margin-right: -100px;
/*     cursor: pointer; */
}
#serviceTabLayoutPanel {    
    position: static !important;
}

.gwt-Image.imgHeader{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.gwt-StackLayoutPanelHeader, .vt-CollapsibleCollection .vt-CollapsibleCollectionHeader {
	color: white;
	background: #0098DB !important; /* Old browsers */
/* 	background: linear-gradient(to bottom, #eeeeee 0%,#d5d6d2 100%) !important; W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gwt-StackLayoutPanelHeader-hovering, .vt-CollapsibleCollection .vt-CollapsibleCollectionHeaderHovering {
	color: white;
	background: #0f68a4 !important; /* Old browsers */
/* 	background: linear-gradient(to bottom, #cccccc 0%,#9A9B9C 100%) !important; W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* .com-google-gwt-user-cellview-client-DataGrid-Style-dataGridSelectedRow { */
/* 	background-color: #9A9B9C !important; */
/* } */
/* .com-google-gwt-user-cellview-client-DataGrid-Style-dataGridSelectedRowCell { */
/* 	border-color: #9A9B9C !important; */
/* } */

.imgHeader {
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

.cw-StackPanelHeader {
	padding-left: 7px;
	font-weight: bold;
	font-size: 1.4em;
}

/*******************        AOIWatcherService   **********************/
/*******************        AOIWatcherService   **********************/
/*******************        AOIWatcherService   **********************/
.maListButton {
    font-size: 10px;
    width: 70px;
    height: 25px;
}
.eopList {
    width: 100%;
    height: 100%;
}
.eopListScroll {
    background-color: #F0F0F0;
    width: 100%;
    height: 100%;
    word-wrap: normal;
}
.eopListButton {
    font-size: 10px;
    width: 120px;
    height: 25px;
}



/*******************        MapContainer      **********************/
/*******************        MapContainer      **********************/
/*******************        MapContainer      **********************/
#mapContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
/*******************        Map      **********************/
#map {
    height: 100%;
    width: 100%;
}
/*******************        Logos      **********************/
#logoFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#logoFooter img {
    height: 35px;
    margin-right: 10px;
}


/*******************        OpenLayers          **********************/
/*******************        OpenLayers          **********************/
/*******************        OpenLayers          **********************/
div.olMapViewport {
    /*so elements can be rendered over the map viewport (menuItems + popup panels)*/
    z-index: 0;
}
div.olControlMousePosition {
    /* background-color: #ffffff; */
    /* font-size: smaller; */
    background-color: #ffffff;
    /*ie7 does not support opacity*/
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    font-weight: bold;
}



/*******************        OL Controls      **********************/
/*******************        OL Controls      **********************/
/*******************        OL Controls      **********************/
.olControlPanZoom {
    top: 120px !important;
    left: auto!important;
    right: 50px !important;
}
.olControlScaleLine {
    left: 40% !important;
    bottom: 1px !important;
}
.olControlAttribution {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0!important;
    font-size: smaller;
  	right: 3px;
  	display: block;
  	position: absolute;
}
.olControlMousePosition {
    right: 40% !important;
}
.olControlLayerSwitcher {
    top: 295px !important;
}
.olControlLayerSwitcher .layersDiv {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    color: black;
}
#layerStackButton {
    width: 18px;
    text-align: center;
    position: absolute;
    top: 370px;
    right: 18px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    cursor: pointer;
}
#switchViewButton {
    font-size: 9px;
    width: 18px;
    text-align: center;
    position: absolute;
    top: 390px;
    right: 18px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    cursor: pointer;
}



/*******************        GlobWeb             **********************/
/*******************        GlobWeb             **********************/
/*******************        GlobWeb             **********************/
#globe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#GWEditAOIPanel {
    top: 5px;
    right: 5px;
    width: 200px;
    height: 25px;
    position: absolute;
}
#GWEditProfilePanel {
    top: 5px;
    right: 5px;
    width: 200px;
    height: 25px;
    position: absolute;
}
.GWDrawPanel_item {
    width: 30px;
    height: 25px;
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.GWControlAttribution {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    font-size: smaller;
  	right: 3px;
  	display: flex;
  	position: absolute;
}
.GWControlAttribution > :not([style*="display:none"]):not([style*="display: none"]){ margin-right: 15px;}
.GWControlAttribution > :not([style*="display:none"]):not([style*="display: none"]):last-child{ margin-right: 0;}

#GWSelectBox {
    position: absolute;
    right: 0px;
    top: 303px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-family: sans-serif;
  	font-weight: bold;
  	font-size: smaller;
}
#GWMousePositioner {
    position: absolute;
    right: 50%;
    bottom: 0px;
    /* height: 23px; */
    background-color: rgba(255, 255, 255, 0.3);
    text-align: right;
    visibility: hidden;
    font-size: 10px;
    font-weight: bold;
}
#Layers-icon {
    float: left;
}
#hiddenOpt {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    color: black;
}
list.checkedBox {
    background-image: url(images/checkbox-checked.png);
    width: 16px;
    height: 16px;
}
list.uncheckedBox {
    background-image: url(images/checkbox-unchecked.png);
    width: 16px;
    height: 16px;
}
#objectCompass {
    position: absolute;
    top: 130px;
    right: 10px;
    z-index: 10000;
}

#objectVisualNavigationControls {
    position: absolute;
    top: 130px;
    right: 10px;
    z-index: 10000;
}


#NorthText, #East, #West, #North, #South {
	cursor: pointer;
}
#objectCapture {
    top: 405px;
    right: 18px;
    width: 18px;
    text-align: center;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    cursor: pointer;
}

#visualNavigationPan{
    position: absolute;
	right:8px;
	top:100px;
}
#upVisualNavigationPanControl {
	background-image: url('./GlobWeb/images/north-mini.png');
	position: absolute;
	top: 0;
	right: 0px;
}

#leftVisualNavigationPanControl{
  background-image: url('./GlobWeb/images/west-mini.png');
	position: absolute;
	top:18px;
	right: 9px;
}
#rightVisualNavigationPanControl{
  background-image: url('./GlobWeb/images/east-mini.png');
	position: absolute;
	top:18px;
	right: -9px;
}

#downVisualNavigationPanControl{
  background-image: url('./GlobWeb/images/south-mini.png');
	position: absolute;
	top:36px;
	right: 0px;
}
#visualNavigationZoom{
    position: absolute;
	right:8px;
	top:170px;
}
#plusVisualNavigationZoomControl{
  background-image: url('./GlobWeb/images/zoom-plus-mini.png');
}

#maxVisualNavigationZoomControl{
  background-image: url('./GlobWeb/images/zoom-world-mini.png');
}

#minusVisualNavigationZoomControl{
  background-image: url('./GlobWeb/images/zoom-minus-mini.png');
}
.visualNavigationControl{
  width : 18px;
  height : 18px;
}


/*******************        LayerStack      **********************/
/*******************        LayerStack      **********************/
/*******************        LayerStack      **********************/
#iconhelplayerstack{
    cursor: pointer;
    float: right;
    margin-right:20px;
}
.boldHelpText{
	font-weight: bold;
}
.ui-dialog {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0px !important;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35) !important;
    border-radius: 8px !important;
}
.ui-dialog-titlebar {
    /*background-color: rgba(55, 55, 55, 0.1) !important;*/
    /*background: rgba(55, 55, 55, 0.1) !important;*/
    border: 0px !important;
    border-radius: 0px !important;
    margin: -4px !important;
    margin-bottom: 0px !important;
}

.ui-dialog-titlebar, .newDialogStyle .Caption {
    background-color: #9A9B9C !important;
    background: #9A9B9C !important;
}

.ui-state-default .ui-dialog-titlebar-close {
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
}
#opacityLabel {
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
}
input[type="checkbox"] {
    /** so html default checkbox element size depends of zoom in browser **/
    
    width: 1em;
    height: 1em;
}
.notDraggableIcon {
    cursor: default;
}
.layerstackDNDPosition {
    background-color: black;
    position: absolute;
    height: 2px;
    z-index: 1000;
}
.layerstackDNDDestination {
    position: absolute;
    border: #990099 solid;
    opacity: 0.5;
    height: 2px;
    z-index: 1000;
    overflow: hidden;
}
#layerstackPanel {
    position: static !important;
}
.tempLayerstackRow {
    /*color : #AAA;*/
    
    opacity: 0.75;
    /*font-style : italic;*/
}
.layerstackRow {
    /* color : #000; */
}
.layerstackReady {
    color: #000;
}
.layerstackNotReady {
    color: #F00;
}



/*******************        GWT Items      **********************/
/*******************        GWT Items      **********************/
/*******************        GWT Items      **********************/
.gwt-PopupPanel {
    z-index: 1001;
}
.gwt-PopupPanelGlass {
    z-index: 999;
}
.gwt-MenuBarPopup {
    z-index: 1002;
}
.gwt-DialogBox {
    z-index: 1000;
}
.gwt-MenuBar-horizontal {
    opacity: 0.75;
    /* border : 0px !important; */
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
    /*color : black !important;*/
}
.gwt-TabLayoutPanelContentContainer {
    border-width: 0 !important;
    border-color: #0f68a4 !important;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
    border-width: 0 !important;
}
.gwt-MenuBar .gwt-MenuItem-disabled {
    color: #A0A0A0;
}
.gwt-TabLayoutPanelTab {
    margin-right: 7px;
    padding: 0 1em 0 1em;
    background-color: #0098DB !important;
    font-weight: normal !important;
    cursor: default;
    color : white !important;
}
.gwt-TabLayoutPanelTab:hover {
    background-color: #0f68a4 !important;
}
.gwt-TabLayoutPanelTab-selected {
    background-color: #0f68a4 !important;
    font-weight: bold !important;
    color : white !important;
}
.gwt-TextBox {
    height: 22px;
}
.styleMenuBar {
    overflow-y: scroll !important;
    height: 200px !important;
}
#currentAlias {
    font-weight: bold;
}
.dockLayoutPanelAsForm {
    margin: 15px 15px 0px 15px;
    border-width: 0px !important;
}



/*******************        DisplayMessage      **********************/
/*******************        DisplayMessage      **********************/
/*******************        DisplayMessage      **********************/
.displayMessage .dialogTopCenter {
    background: #304C8B;
}
.displayMessage .Caption {
    font-weight: bold;
    color: white;
    background: #304C8B;
    padding-left: 5px;
    height: 20px;
}
.displayMessage .button {
    background: #D4E2EF;
    font-weight: bold;
}
.displayMessage .dialogMiddleCenter {
    background: #EEE;
}
#buttonMessageContainer {
    text-align: center;
    padding-bottom: 7px;
}
#textMessageContainer {
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 15px;
    margin-left: 5px;
}
div#textMessageContainer.info_icon {
    background: url('./images/icon_info.png') no-repeat;
    background-position: left;
}
div#textMessageContainer.warn_icon {
    background: url('./images/icon_warn.png') no-repeat;
    background-position: left;
}
div#textMessageContainer.error_icon {
    background: url('./images/icon_error.png') no-repeat;
    background-position: left;
}



/*******************        OptionsPanel        **********************/
/*******************        OptionsPanel        **********************/
/*******************        OptionsPanel        **********************/
#popupTitle.gwt-Label {
    background-color: #0000fa;
    color: #fff;
    padding-left: 10px;
    padding-top: 2px;
}
