body {
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
}
#title {
  position:absolute;
  right:0px;
  top:0px;
  max-width:90%;
  height : 65px;
  margin-top : 10px;
  margin-left : 30px;
  padding-right:20px;
  text-align : right;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  background:inherit;
}
#title h1 {
  color : #AAAAAA;
  font-size:2em;
}
#title h2 {
  color : #585858;
}
#title h2 a {
  color : inherit;
  text-decoration : none;
}

#headermenu.mobile{
  margin-left:-5px;
  margin-right:-5px;
}
#headermenu .navbar-search {
  margin-top:1px;
  height:30px;
}
#headermenu .navbar-search .search-query {
  z-index:2;
  position: absolute;
  top: 1px;
  right: 0px;
  padding-top:2px;
  padding-bottom:2px;
}
#headermenu .navbar-search .search-icon {
  z-index:3;
  position: absolute;
  top: 2px;
  right: 4px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#headermenu .navbar-search .icon {
  background-color: transparent;
  background-position: -100px -20px;
  border: none;
}
#headermenu .navbar-search .icon span {
  display:none;
}
#headermenu .dropdown-menu {
  background-color: rgb(255,255,255);
}
#headermenu .dropdown-caret {
  position: absolute;
  top: -7px;
  right: 12px;
  width: 12px;
  height: 7px;
  float: left;
  overflow: hidden;
}
#headermenu .dropdown-caret .caret-inner ,
#headermenu .dropdown-caret .caret-outer {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  margin-left: -1px;
}
#headermenu .dropdown-caret .caret-inner {
  top: 1px;
  left: 1px;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgb(255,255,255);
}
#headermenu .dropdown-caret .caret-outer {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.2);
}
#headermenu .dropdown-inner {
  width: 250px;
}
#headermenu .dropdown-inner .items {
  width: 100%;
  margin: 0px;
  overflow: hidden;
}
#headermenu .dropdown-inner .items li {
  padding: 0px 4px;
}
#headermenu .dropdown-inner .items li > a {
  display: block;
  overflow: hidden;
  color: rgb(51,51,51);
  white-space: normal;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border: 0;
}

.navbar .nav .information .icon {
  background-position: -120px -20px;
}
.navbar .nav .information a:hover .icon,
.navbar .nav .information.active a .icon {
  background-position: -120px 0px;
}

.navbar .nav .map .icon {
  background-position: -40px -60px;
}
.navbar .nav .map a:hover .icon,
.navbar .nav .map.active a .icon {
  background-position: -40px -40px;
}
.navbar .nav .legend .icon {
  background-position: -40px -100px;
}
.navbar .nav .legend a:hover .icon,
.navbar .nav .legend.active a .icon {
  background-position: -40px -80px;
}
.navbar .nav .locate .icon {
  background-position: -20px -100px;
}
.navbar .nav .locate a:hover .icon,
.navbar .nav .locate.active a .icon {
  background-position: -20px -80px;
}
.navbar .nav .print .icon {
  background-position: -160px -20px;
}
.navbar .nav .print a:hover .icon,
.navbar .nav .print.active a .icon {
  background-position: -160px 0px;
}
.navbar .nav .edition .icon {
  background-position: -200px -20px;
}
.navbar .nav .edition a:hover .icon,
.navbar .nav .edition.active a .icon {
  background-position: -200px 0px;
}
.navbar .nav .measure .icon {
  background-position: -140px -20px;
}
.navbar .nav .measure a:hover .icon,
.navbar .nav .measure.active a .icon {
  background-position: -140px 0px;
}
.navbar .nav .geolocate .icon {
  background-position: -20px -60px;
}
.navbar .nav .geolocate a:hover .icon,
.navbar .nav .geolocate.active a .icon {
  background-position: -20px -40px;
}

/*
Timemanager
*/
#toolbar #timemanager-menu h3 .icon,
#menu #timemanager-menu h3 .icon {
  background-image : url(images/sprite_timemanager.png);
}
.navbar .navbar-inner .timemanager .icon {
  background-image:url("images/sprite_timemanager.png");
}
.navbar .nav .timemanager .icon {
  background-position: 0px 0px;
}
.navbar .nav .timemanager a:hover .icon,
.navbar .nav .timemanager.active a .icon {
  background-position: -20px 0px;
}
#toolbar .timemanager h3 .icon,
#menu .timemanager h3 .icon {
  background-position: -20px 0px;
}
#tmLayers button{
  width:16px;
  height:16px;
  background: none;
  min-width:16px;
  min-height:16px;
  padding-left:0;
}
#tmLayers span.label{
  padding-left: 0.5em;
  color : rgb(51,51,51);
  background: none;
  text-shadow : none;
  cursor : pointer;
  font-size:0.8em;
}

#content {
  padding-top : 0px;
  width : 100%;
  overflow : hidden;
  position : relative;
}
#content .ui-icon {
  background-image : url("images/sprite_menu.png");
}
#content .ui-icon-open-menu {
  background-position : -16px -80px;
  position : absolute;
  top : 0;
  relative : 0;
  z-index : 1000;
  background-color : #F0F0F0;
  cursor : pointer;
}
#content .ui-icon-close-menu {
  background-position : 0px -96px;
  cursor : pointer;
}

#displayMetadata {
  cursor:pointer;
}
#content .project-list,
#metadata {
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  bottom:0px;
  right:0px;
  z-index:100000;
  background-color:#EFEFEF;
  color:grey;
  overflow:auto;
  font-size:0.85em;
}

#metadata h2{
  color:#80B219;
  font-weight:normal;
}

#menu {
  float : left;
  width : 300px;
  background : #F0F0F0;
}

#content.mobile #menu{
  width:100%;
}

#menu .ui-icon-locate-open {
  background-position : -16px -16px;
}
#toolbar h3,
#menu h3 {
  margin : 1px;
  background : #2B2B2B;
  color : #FBFBFB;
  line-height : 1.3;
  border-bottom : solid 1px #DDDDDD;
  border-top : solid 1px #DDDDDD;
  font-size : 0.9em;
}
#toolbar h3 span.title,
#menu h3 span.title {
  display : block;
  padding : 0.5em 0.5em 0.5em 0.7em;
}
#toolbar h3 span.menu-content,
#menu h3 span.ui-icon {
  float : right;
  margin-top : 0.5em;
  margin-right : 0.5em;
}

#toolbar div.menu-content,
#menu div.menu-content {
  display : block;
  padding : 0.5em;
}

#toolbar h3 .icon,
#menu h3 .icon {
  display:inline-block;
  vertical-align:middle;
  background-image : url(images/sprite_20_tools.png);
  background-repeat:no-repeat;
  width:20px;
  height:20px;
}
#toolbar h3 .text,
#menu h3 .text {
  vertical-align : bottom;
}

#toolbar .baselayer h3 .icon,
#menu .baselayer h3 .icon {
  background-position : -40px 0px;
}
#toolbar .switcher h3 .icon,
#menu .switcher h3 .icon {
  background-position : -40px -160px;
}
#toolbar .locate h3 .icon,
#menu .locate h3 .icon {
  background-position : -20px -80px;
}
#toolbar .geolocate h3 .icon,
#menu .geolocate h3 .icon {
  background-position: -20px -60px;
}
#toolbar .print h3 .icon,
#menu .print h3 .icon {
  background-position: -160px 0px;
}
#toolbar .measure h3 .icon,
#menu .measure h3 .icon {
  background-position: -140px 0px;
}
#toolbar .edition h3 .icon,
#menu .edition h3 .icon {
  background-position : -200px 0px;
}

#map-content {
  margin-left : 300px;
  position : relative;
  background : #F0F0F0;
}
 /* avoid bootstrap collision*/
#map-content img {
  max-width : none;
}
/* deactivate chrome effect */
#map-content svg {
-webkit-transform: none !important;
}
#map-content .olTileImage {
-webkit-backface-visibility: visible !important;
-webkit-transform: none !important;
}

#close-menu {
  width :100%;
  height : 16px;
  border-bottom : solid 1px #DDDDDD;
}
#close-menu span.ui-icon {
  float : right;
  margin-right : 0.5em;
}

#edition-menu div.menu-content {
  padding-left:0.2em;
  padding-right:0.2em;
}


#content.mobile #toolbar{
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1001;
  background : #F0F0F0;
}
#content.mobile #toolbar div.menu-content{
  padding:0.5em;
}

#toolbar .title .btn, #menu .title .btn {
  width : 20px;
  height : 20px;
  background : url(images/sprite_menu_tools.png) no-repeat right;
  transition: none;
  float : right;
  text-shadow : none;
  border : none;
  padding : none;
  transition: none;
  -webkit-transition: none;
}
#toolbar .title .btn.btn-error {
  background:none;
  color:#DA4F49;
  font-weight:bold;
  font-size:20px;
  opacity:0.6;
}
#toolbar .title .btn.btn-error:hover {
  text-decoration:none;
  opacity:1;
}
#toolbar .title .btn.btn-locate-clear {
  background-position : 0px 0px;
}
#toolbar .title .btn.btn-locate-clear:hover {
  background-position : -20px 0px;
}
#toolbar .title .btn.btn-print-clear {
  background-position : -20px -100px;
}
#toolbar .title .btn.btn-print-clear:hover {
  background-position : 0px -100px;
}
#toolbar .title .btn.btn-stop {
  background-position : 0px -20px;
}
#toolbar .title .btn.btn-stop:hover {
  background-position : -20px -20px;
}
/*
#toolbar .menu-content .btn.btn-print-launch .icon{
  display:inline-block;
  vertical-align:middle;
  background : url(images/sprite_menu_tools.png) no-repeat right;
  background-position : -20px -80px;
  width : 20px;
  height : 20px;
}
#toolbar .menu-content .btn.btn-print-launch:hover .icon{
  background-position : 0px -80px;
}
*/
#toolbar .menu-content .btn.btn-success{
  background-color: #93C01F;
  background-image: -moz-linear-gradient(center top, #9BC144, #93C01F);
}

#toolbar .print select.btn-print-scales {
  width:auto;
  margin-bottom:0;
  text-align:right;
}

#baselayer-menu div.baselayer-select,
#locate div.locate-layer {
  width : 100%;
  overflow: hidden;
  border : solid 1px #606060;
  position : relative;
  background: url(images/123_click.png) no-repeat right;
}
#locate div.locate-layer.no-toggle {
  background-image: none;
}

#baselayer-menu div.baselayer-select select,
#locate div.locate-layer select {
  background: transparent;
  width : 110%;
  width: 102%\9;
  text-shadow: none;
  border: 0;
  border-radius: 0;
  padding : 0em 0.5em;
  margin :  0em;
  color : rgb(51,51,51);
  height: 20px;
  cursor: pointer;
  -webkit-appearance:none;
}

#locate div.locate-layer .custom-combobox-toggle {
  background: url(images/123_click.png) no-repeat right;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#locate div.locate-layer.no-toggle .custom-combobox-toggle {
  background-image: none;
}
#locate div.locate-layer .custom-combobox-input {
  background: none;
  color : rgb(51,51,51);
  height: 20px;
  width: 90%;
  border: 0;
  border-radius: 0;
  padding : 0em 0.5em;
  margin :  0em;
  text-shadow: none;
  display:inline;
}
.ui-autocomplete.ui-menu {
  border-radius: 0;
  font-weight: normal;
  max-height:150px;
  overflow-x:hidden;
  overflow-y:auto
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  background: none;
  color : rgb(51,51,51);
  height: 20px;
  border: 0;
  border-radius: 0;
  padding : 0em 0.5em;
  margin :  0em;
  text-shadow: none;
  font-weight: normal;
  font-size: 11.844px;
  white-space: nowrap;
  vertical-align: baseline;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: bold;
  background: #0094D6;
}

#baselayer-menu div.baselayer-select select option,
#locate div.locate-layer select option {
  font-weight: normal;
}

#menu .ui-accordion-content {
  background-color : white;
  border : solid 1px rgb(251,216,80);
}

#switcher {
  overflow : auto;
  border : solid 1px #606060;
}
#switcher > div {
  padding-left : 19px;
  margin-bottom:25px;
}
#switcher table {
  width : 100%;
}
#switcher tr.disabled span {
  /*jquery-ui update*/
  color:#AAA;
}
#switcher tr.disabled button.ui-button-disabled {
  cursor: default !important;
  opacity:0.35;
}
#switcher tr.liz-layer.disabled a.expander {
  display:none;
}
#switcher button.btn{
  width:18px;
  height:18px;
  background: none;
  min-width:18px;
  min-height:18px;
  padding:0;
  background-image : url("images/sprite_menu.png");
  background-position : -16px -94px;
  transition: none;
}
#switcher button.checkbox{
}
#switcher button.checkbox.checked{
  background-color : #0094D6;
  background-position : -48px -80px;
}
#switcher button.checkbox.checked.disabled {
  background-color : #B3B3B3;
}
#switcher button.checkbox.partial.checked{
    background-position: -32px -80px;
}
#switcher button.link{
  float:right;
  border: none;
  background-position: 0px -80px;
}
#switcher button.removeCache{
  float:right;
  border: none;
  background-position: -48px -100px;
}

#switcher span.label{
  padding-left: 0.5em;
  color : rgb(51,51,51);
  background: none;
  text-shadow : none;
  cursor : pointer;
  font-size:0.8em;
}
#switcher tr.liz-hidden{
  display:none;
}
#switcher div.legendGraphics{
  overflow:auto;
  margin:0px;
  width:100%;
/*  background:white;*/
}
#switcher div.legendGraphics img{
  position: relative;
  max-width: none;
}
#switcher .treeTable td a.expander {
  font-size : 1em;
}
.label, .badge {
  display:inline;
}

#switcher .treeTable tr.expanded td a.expander {
  background-image : url("images/sprite_menu.png");
  background-position : -16px -48px;
}
#switcher .treeTable tr.collapsed td a.expander {
  background-image : url("images/sprite_menu.png");
  background-position : -32px -64px;
}
#switcher .treeTable span.selected {
  background-color : rgb(153,153,153);
  text-shadow : 0px -1px 0px rgba(0,0,0,0.25);
  color : white;
}
#switcher .treeTable span.loading {
  /*jquery-ui update*/
  display: none;
  line-height: 10px;
  vertical-align: sub;
  width: 10px;
  height: 10px;
  background-image : url("images/download_layer.gif");
}
#switcher .treeTable tr.disabled span.loading {
  display:none;
}
#switcher .treeTable span.loading.loadstart {
  display:inline-block;
}
#switcher span.label {
  white-space:normal;
}


#baselayer-select-input {
  position : absolute;
  bottom : 0px;
  left : 300px;
  z-index : 1000;
  background : none repeat scroll 0% 0% rgb(240, 240, 240);
  border : solid 1px #DDD;
  border-left : none;
  padding : 1em;
  line-height : 2;
}

/*navbar*/
#navbar {
  z-index :1000;
  position :absolute;
  right :10px;
  top : 1em;
  font-size:0.9em;
}
#navbar div.slider{
  margin-top : 0.1em;
  background : #C81F2D;
  border : solid 1px white;
  width: 4px;
  margin-left: 13px;
  margin-bottom : 0.1em;
}
#navbar div.slider span{
  width: 30px;
  left: -15px;
  height : 0.1em;
  background : black;
  border : solid 1px black;
  cursor : move;
}
.ui-slider-vertical .ui-slider-handle {
  margin-bottom: -0.1em;
}
#navbar button.btn{
  height : 30px;
  width : 30px;
  margin-bottom : 0.1em;
  border : solid 1px white;
  border-radius: 0;
  padding: 0px;
  background : #CE1F2D;
  background-image : url("images/sprite_30.png");
  transition: none;
}
#navbar button.btn.active{
  background-color : #3A3C3D;
  cursor : default;
}
#navbar .btn.pan {
  background-position : 0px -30px;
}
#navbar .btn.zoom {
  background-position : -30px -30px;
}
#navbar .btn.zoom-extent {
  background-position : -30px -60px;
}
#navbar .btn.zoom-out {
  background-position : -30px 0px;
}
#navbar .btn.zoom-in {
  background-position : 0px 0px;
}
#navbar .history {
  height : 30px;
  width : 30px;
}
#navbar .history button.btn {
  width : 14px;
}
#navbar .btn.previous {
  background-position : -5px -90px;
}
#navbar .btn.previous.disabled {
  background-position : -5px -120px;
}
#navbar .btn.next {
  background-position : -44px -90px;
  margin-left : -3px;
}
#navbar .btn.next.disabled {
  background-position : -44px -120px;
}

#zoom-in-max-msg {
  position: absolute;
  right: 40px;
  top: 110px;
  white-space: nowrap;
  padding: 4px;
}

/*Loading window*/
#ui-dialog-title-loading {
  font-size:0.7em;
}

#loading {
  height: 100px;
  min-height: 100px;
  width: auto;
  font-size:0.9em;
}
#loading p {
  text-align:center;
}

/*Overview map*/
#overview-box {
  z-index:999;
  position:absolute;
  right:10px;
  bottom:2.5em;
}
#overview-bar {
  position:relative;
  width:220px;
  background : none repeat scroll 0% 0% rgb(240, 240, 240);
  border : solid 1px #606060;
  line-height : 12px;
}

#overview-bar .label {
  padding-left : 0.5em !important;
  padding-right : 0.5em !important;
  color : rgb(51,51,51);
  background: none;
  text-shadow : none;
  font-size : 0.8em;
}

#overview-toggle {
  width : 20px;
  border-left : solid 1px #606060;
  border-bottom : none;
  border-top : none;
  border-right : none;
  position : absolute;
  top : 0px;
  bottom : 0px;
  right : 0px;
  margin : 0px;
  padding: 0px;
  border-radius: 0;
  background : url('images/123_click.png') no-repeat scroll -1px 0px #DDD;
  transition: none;
}
#overview-toggle.active {
  background-position : -1px -30px;
}
#overview-bar .ui-icon {
  background-image : url("images/sprite_menu.png");
}

#overview-bar .button .ui-icon-triangle-1-s {
  background-position : -16px 0px;
}
#overview-bar .button .ui-icon-triangle-1-n {
  background-position : 0px 0px;
}

.olControlScaleLineBottom {
  margin-bottom : 0.2em;
  border-width : 2px 1px medium;
}
.olControlScaleLineTop {
  margin-top : 0.2em;
  border-width : medium 1px 2px;
}
/* Mouse position */
#mouseposition-bar {
  font-size: 10px;
  position:relative;
  background : none repeat scroll 0% 0% rgb(240, 240, 240);
  border : solid 1px #606060;
  border-top : none;
  padding: 0.2em;
  padding-right: 0.1em;
  padding-left:0.1em;
}
#mouseposition-bar > span {
  display: inline-block;
  width: 150px;
  text-align: center;
}
#mouseposition-bar > select {
  width: auto;
  margin: 0px;
  padding: 0px;
  height: 20px;
  line-height:20px;
  font-size: 10px;
  float:right;
}
/* Overview map */
#overview-map{
  position:relative;
  background : none repeat scroll 0% 0% rgb(240, 240, 240);
  border : solid 1px #606060;
  border-bottom : none;
}
.olControlOverviewMapContainer {
  margin:0;
  padding:0;
  border:none;
}
.olControlOverviewMapElement {
  padding:0;
  border-radius:0;
  /*jquery-ui update*/
  background-color: rgb(240,240,240);
}
.olControlOverviewMapExtentRectangle {
  /*jquery-ui update*/
  border: 2px solid #59B4D4;
}
.olControlOverviewMapRectReplacement {
  /*jquery-ui update*/
  background-image:url(img/overview_replacement.gif);
}

#attribution-box {
  bottom : 0;
  right : 0;
  padding : 0 0.5em;
  position : absolute;
  z-index : 1000;
  background-color : rgba(255,255,255,0.7);
  -webkit-border-top-left-radius: 1em;
  -moz-border-top-left-radius: 1em;
  border-top-left-radius: 1em;
}
#attribution {
  font-size: 0.75em;
  line-height: 10px;
  vertical-align : text-bottom;
  margin-right : 0.5em;
}
.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint {
  display:none;
}
.olBingAttribution {
  color:#555;
}
.olBingAttribution > div {
  float: left;
  margin-top: 5px;
  width:90px;
}

#permalink-box {
  top : 10px;
  right : 60px;
  position : absolute;
  z-index : 1000;
  background : rgba(255,255,255,0.5);
}
#permalink {
  padding:2px;
  font-size: 0.75em;
}

#attribute-table-panel {
  opacity:0.5;
  position:absolute;
  width:65%;
  height:auto;
  left:0px;
  bottom:0px;
  z-index:5000;
  background-color:#F0F0F0;
}
#attribute-table-panel.visible {
  opacity: 1;
  height: 50%;
}
#attribute-table-panel.fullsize {
  height: 100%;
  width:100%;
}

#attribute-table-panel h3 {
  margin: 1px;
  background: none repeat scroll 0% 0% #2B2B2B;
  color: #FBFBFB;
  line-height: 1.3;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  font-size: 0.9em;
}

#attribute-table-panel .title .btn{
  float : right;
  margin-left: 5px;
}
#content.mobile .btn-attribute-glue,
#content.mobile .btn-attribute-size {
  display:none;
}

#attribute-table-panel h3 .icon {
  background-image : url(images/sprite_20_tools.png);
}
.navbar .navbar-inner .attributeLayers .icon {
  background-image: url("images/sprite_20_tools.png");
}
.navbar .nav .attributeLayers .icon {
  background-position: -120px -100px;
}
.navbar .nav .attributeLayers a:hover .icon,
.navbar .nav .attributeLayers.active a .icon {
  background-position: -120px -80px;
}
#attribute-table-panel h3 .icon {
  background-position: -120px -80px;
  display:inline-block;
  vertical-align:middle;
  background-image : url(images/sprite_20_tools.png);
  background-repeat:no-repeat;
  width:20px;
  height:20px;
}

#attribute-table-panel h3 span.title {
  display: block;
  padding: 0.5em 0.5em 0.5em 0.7em;
}

#attribute-table-container {
  font-size:0.8em;
  border: 1px solid #606060;
  position:absolute;
  top:50px;
  right:10px;
  bottom:10px;
  left:10px;
  overflow:auto;
  padding:0.5em;
}

.attributeLayers-layer-div span.attribute-layer-msg {
  text-decoration:italic;
  font-size:0.8em;
}
.attributeLayers-layer-div span.attribute-layer-msg.success {
  color:green;
}
.attributeLayers-layer-div span.attribute-layer-msg.failure {
  color:red;
}

table.attribute-table-table tr td{
  cursor:pointer;
}

#message {
  top : 0;
  left : 0;
  position : absolute;
  z-index : 1000;
}
.alert-info {
  background-color : #3a3c3d;
  border-color : #fbfbfb;
  color : #fbfbfb;
  text-shadow : none;
}
.alert-info .close{
  color : #fbfbfb;
  text-shadow : none;
  opacity : 0.6
}
.alert-info .close:hover{
  opacity : 0.8
}

/**
 * Icones lizMap
 */
  .liz-icon-legend-collapsed {
    background-position: -32px -16px;
  }
  .liz-icon-legend-open {
    background-position: -64px -16px;
  }

  .liz-icon-overview {
    background-position: -208px -128px;
  }
  .liz-icon-switcher-open {
    background-position: -16px -96px;
  }
  .liz-icon-switcher-collapsed {
    background-position: 0 -96px;
  }

/* for popup we need to overwrite gm-style with body-style */
.gm-style {
  font-size: 1em;
  font-family: century gothic,arial,sans serif;
}

/*Popup OpenLayers*/
#liz_layer_popup {
  z-index:2000;
}

.lizmapPopup.olPopup,
#map-content .lizmapPopup{
  background: #F6F6F6 !important;
  border: 1px solid #C9C9C9 !important;
  color: black !important;
}

.lizmapPopup.olPopup img,
#map-content .lizmapPopup img{
  border:none;
  max-width: 300px;
  width: expression(this.width > 300 ? "300px" : true);
}

.lizmapPopup.olPopup .lizmapPopupContent,
#map-content .olPopup .lizmapPopupContent{
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
}
.lizmapPopup.olPopup .lizmapPopupContent h4,
#map-content .lizmapPopupContent h4{
  margin: 0px;
  background: #2B2B2B !important;
  color : #FBFBFB !important;
  font-size: 1em;
  padding: 2px;
  padding-left: 5px;
}
.lizmapPopup.olPopup .lizmapPopupContent a,
#map-content .lizmapPopupContent a{
  color:black;
}
.lizmapPopup.olPopup .lizmapPopupDiv,
#map-content .lizmapPopupDiv{
  padding:5px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.lizmapPopup.olPopup .lizmapPopupTable,
#map-content .lizmapPopupTable{
  /*background:#333333 !important;*/
  margin-bottom:10px;
  font-size:0.8em;
  width:100%;
  border: 1px solid #2B2B2B !important;
  border-collapse: collapse;
}
.lizmapPopup.olPopup .lizmapPopupTable thead,
#map-content .lizmapPopupTable thead {
  color: white;
  background-color: #81B00E;
  font-size: 1em;
  border-bottom: 1px solid #2B2B2B !important;
}
.lizmapPopup.olPopup .lizmapPopupTable th,
#map-content .lizmapPopupTable th{
  width:50%;
  text-align: right;
  vertical-align: top;
  padding-right: 5px;
}
.lizmapPopup.olPopup .lizmapPopupTable th.left,
#map-content .lizmapPopupTable th.left{
  border-right: 1px solid #C9C9C9 !important;
}
.lizmapPopup.olPopup .lizmapPopupTable td,
#map-content .lizmapPopupTable td{
  padding-left: 5px;
}
.lizmapPopup.olPopup .lizmapPopupTable thead th,
#map-content .lizmapPopupTable thead th{
  text-align: center;
}
.lizmapPopup.olPopup .olPopupCloseBox,
#map-content .lizmapPopup .olPopupCloseBox{
  width: 20px; height: 20px;
  /*right:0px !important; top:0px !important;*/
  background-color:#2B2B2B;
  background-image: url(images/sprite_menu.png);
  background-position: -48px -80px;
}

#edition-modal form {
  margin: 0;
}

.lizmapPopup.olPopup .jforms-ctrl-date,
#map-content .lizmapPopup .jforms-ctrl-date,
#edition-modal .jforms-ctrl-date{
  width:auto;
}

#edition-modal .controls select.jforms-ctrl-date {
  padding:0px;
}
#edition-modal .controls input.jforms-ctrl-date[size="4"] {
  max-width:35px;
}

@media (max-height: 500px) {
  .modal.fade.in {
    top:30px;
  }
  .modal-body {
    max-height: 200px;
  }
}
@media (max-height: 350px) {
  .modal.fade.in {
    top:10px;
  }
  .modal-body {
    max-height: 150px;
  }
}


/*dialog wait*/
.liz-dialog-wait {
  background: #F6F6F6;
  border: 1px solid #606060;
  padding: 0;
  z-index:1050;
}
.liz-dialog-wait .ui-dialog-titlebar{
  background : #2B2B2B;
  color : #FBFBFB;
}
.liz-dialog-wait .ui-dialog-titlebar-close{
  display:none;
}
.ui-widget-overlay {
  opacity : 0.8;
  background : black;
  z-index: 1040;
}

