/* map */
.map {
  height: 400px;
  width: 100%;
  background: url(textured_paper.jpeg) repeat;
}

.ol-attribution {
  max-width: 50%;
}

#tags {
  display: none;
}

/* zoom */
div.ol-zoom {
    top: .5em;
    left: auto;
    right: .5em;
}	
.ol-has-tooltip:hover [role=tooltip], .ol-has-tooltip:focus [role=tooltip] {
    width: 5em;
    left: -6em;
    border-radius: 4px 0 0 4px;
}

/* zoomslider */
div.ol-zoomslider {
    width: 2em;
    top: 6.7em;
    left: auto;
    right: .5em;
}	
/* rotate */
div.ol-rotate {
    top: 1em;
    right: 6.5em;
}		
/* zoom label */
.gis-zoom-label {
    position: absolute;
    top: 4.5em;
    right: .4em;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 1px;
}
.ol-touch .gis-zoom-label {
    top: 21.2em;
}
.gis-zoom-label span {
    display: block;
    color: black;
    font-size: 17px;
    font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin: 1px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    height: 22px;
    width: 24px;
    background: rgba(255,255,255,0.3);
}
.ol-touch .gis-zoom-label span {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 26px;
}

/* popup */
.gis-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    cursor: auto;
    width: 300px;
}
.gis-popup:after, .gis-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.gis-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.gis-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.gis-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.gis-popup-closer:after {
    content: "✖";
    color: #08c;
    text-decoration: none;
}
.gis-popup-pbody thead, .gis-popup-pbody tbody, .gis-popup-pbody tr, .gis-popup-pbody td, .gis-popup-pbody th {
	 display: block; 
}
.gis-popup-pbody tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
.gis-pbody {
    height: 120px;
    overflow-y: auto;
}
.gis-phead{
    width: 100%;
}
.gis-td1, .gis-th1 {
    width: 110px;
    float: left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-family: Quattrocento Sans;
}
.gis-td2, .gis-th2 {
    width: 135px;
    float: left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-family: Quattrocento Sans;
}      

/* popup combobox */
:root .gis-css3-popup-dropdown option,
:root .gis-css3-popup-dropdown:after,
:root .gis-css3-popup-dropdown::after,
:root .gis-css3-popup-dropdown select
{
    color: #000;
}

:root .gis-css3-popup-dropdown select,
:root .gis-css3-popup-dropdown:after,
:root .gis-css3-popup-dropdown::after
{
    display: block;
    background: #fff;
}

:root .gis-css3-popup-dropdown select,
:root .gis-css3-popup-dropdown option
{
    padding: 8px;
}

:root .gis-css3-popup-dropdown
{
    position: relative;
    display: inline-block;
    border: 0;
}

:root .gis-css3-popup-dropdown::after
{
    content: "\25bc";
    position: absolute;
    color:#f00;
    top: 0;
    right: 0;
    margin: 2px;
    display: block;
    width: 32px;
    height: 30px;
        font-size: 12px;
    line-height: 30px;
    text-align: center;
    
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

:root .gis-css3-popup-dropdown select
{
    height: 34px;
    border: 1px;
    vertical-align: middle;
    font: normal 12px/14px "Segoe UI", Arial, Helvetica, Sans-serif;
    outline: 0 none;
}

:root .gis-css3-popup-dropdown option
{
    background: #fff;
    color: #333;
}

/* selection popup */
.gis-selection-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 8px;
    margin-top: 0px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    left: 10px;
    cursor: auto;
    width: 233px;
}
.gis-selection-popup:after, .gis-selection-popup:before {
    top: 50%;
    left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.gis-selection-popup:after {
    border-right-color: white;
    border-width: 10px;
    margin-left: -10px;
    margin-top: -11px;
}
.gis-selection-popup:before {
    border-right-color: #cccccc;
    border-width: 11px;
    margin-left: -12px;
    margin-top: -11px;
}
.gis-selection-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.gis-selection-popup-closer:after {
    content: "✖";
    color: #08c;
    text-decoration: none;
}
/* more colors */
:root .gis-css3-popup-dropdown-color-ffffff select,
:root .gis-css3-popup-dropdown-color-ffffff:after,
:root .gis-css3-popup-dropdown-color-ffffff::after
{
    background: #ffffff;
}
 
/* etc */
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border-radius: 3px;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	font-size: 12px;
}

.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top: 0;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}