/*
            ul.layerstack {
                list-style: none;
            }

            ul.layerstack li {
                border-bottom: 1px solid #ccc;
                padding: 3px;
            }
            ul.layerstack li:hover {
                background-color: #eee;
            }
            ul.layerstack li.selected {
                background-color: #ddd;
            }

            .tree {
                min-height:20px;
                overflow: auto;
                padding: 3px;
                margin-bottom:5px;
                -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
                -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
                box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
            }
            .tree li {
                list-style-type:none;
                margin:0;
                padding:10px 5px 10px 5px;
                position:relative;
            }
            .tree li::before, .tree li::after {
                content:'';
                left:-20px;
                position:absolute;
                right:auto
            }
            .tree li::before {
                border-left:1px solid #999;
                bottom:50px;
                height:100%;
                top:0;
                width:1px
            }
            .tree li::after {
                border-top:1px solid #999;
                height:20px;
                top:25px;
                width:25px
            }
            .tree li span {
                display:inline-block;
                padding:3px 8px;
                text-decoration:none
            }
            .tree li.parent_li>span {
                cursor:pointer
            }
            .tree>ul>li::before, .tree>ul>li::after {
                border:0
            }
            .tree li:last-child::before {
                height:30px
            }
            .tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
                background:#eee;
                border:1px solid #94a0b4;
                color:#000;
                -moz-border-radius:5px;
                -webkit-border-radius:5px;
                border-radius:5px;
            }
*/

.fa-stack-1x, .fa-stack-2x {
	/*text-align: left;*/
	/*padding-left: 10px;*/
}

font-awesome.min.css:4
.

ul.fancytree-container {
	max-height: 500px;
}

.context-menu-input > label {
    font-weight: normal;
	cursor: pointer;
}

.context-menu-input > label > input[type="checkbox"], .context-menu-input > label > input[type="radio"] {
    cursor: pointer;
}

.context-menu-input.context-menu-hover {
  color: #fff;
  cursor: pointer; 
  background-color: #2980b9;
}

.ui-slider-horizontal {
    height: .8em;
    z-index: 2;
	background: #fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #fff , #444); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #fff, #444); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #fff, #444); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #fff , #444); /* Standard syntax */	
	border: 1px solid #000000;
}

.ui-menu {
width: 100px;
font-size: 90%;
z-index: 3; /* over ext-wide titles */
}

.glyphicon-folder-open, .glyphicon-folder-close {
	color:#deb887;
	cursor: default;
}
.glyphicon-file {
	color:#d3d3d3;
	cursor: default;
}

.glyphicon-check, .glyphicon-unchecked{
	cursor: pointer;
}

.fa-stack{
	font-size: smaller;
}

.fa-stack-key {
	line-height: 1em; 
	vertical-align: top;
}
.fa-stack-key-symbol {
    font-size: xx-small;
    padding-top: 2px;
}
.fa-stack-icon-symbol {
    font-size: xx-small;
}
.blue { color: #0000FF; }

.legendSymbText{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	/*padding-left: 5px;*/
}

.legendSymb{
	/*padding-left: 5px;*/
}

.legendtext{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-left: 3px;
}

.legendEntryDiv{
	margin-top: 10px;
}

.legendEntryDiv img{
	width: 80%;
}

.typeahead,
.tt-query,
.tt-hint {
  max-width: 396px;
  /*height: 30px;*/
  /*padding: 8px 12px;*/
  font-size: 16px;
  /*line-height: 30px;*/
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  max-width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 18px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

ul.fancytree-container{
	font-size: 16px;
}


img.fancytree-icon {
    margin-top: 0px; 
	min-width: 20px;
}

span.fancytree-custom-icon{
	min-width: 20px;	
}

.gist {
  font-size: 14pt;
}

.popover{
	width: 400px;
	z-index: 1010;
}

.popover-content{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222;
    padding: 8px;
	max-height: 400px;
	overflow: scroll;
	overflow-y: auto;
	overflow-x: hidden;
	cursor:default;
}	




.ol-popup-content {
    min-width: 250px;
    max-height: 400px;
    overflow-x: auto;
}

.ol-popup-closer {
    font-size: 0.9em;
}

.ol-popup {
    padding: 20px 10px 10px 10px;
}



	
.label-text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #222;
    padding: 8px;
}
	
.btn-active {
    color: #fff;
    background-color: #5094ce;
    border-color: #ccc;
}

#lblEditInstructions {
	color: #23527c;
}

.form-control {	
	height: 25px;
	padding: 2px 3px;
}

.form-group {
    margin-bottom: 5px;
}

/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 15px;
    height: 15px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 18px;
	margin: -3px 0 0 4px;
}
/* Required field END */


table.featureInfo,table.featureInfoOdd{
		border:1px solid #ddd;
		border-collapse:collapse;
		width:100%;
		table-layout:fixed;
		word-wrap: break-word;
		/*font-size: 100%;*/
		padding:0.1em 0.5em;
}	
table.featureInfo  {
		background: #fff;
}
table.featureInfoOdd  {
		background: #f5f5f7;
}

table.featureInfo td,table.featureInfoOdd td {
    vertical-align: top;
	padding: 0em 0.5em;
	border:1px;
}

/* Zebra striping - off*/
table.featureInfo tr:nth-of-type(odd) { 
  background: #fff; 
}

.ol-zoom {
	color: #fff;
	font-size: 0.9em;
}



caption.featureInfo{
	color: #111;
	text-align: left;
	font-weight: bold;
	padding-top: 8px;
    padding-bottom: 2px;
    caption-side: top;
}

.featureInfo-caption{
	color: #111;
	text-align: left;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
	font-size:0.75em;
}



.popup-highlight1 {
	font-size: 110%;
	padding: 5px 20px 5px 5px;
	background:  #002E6F;
	text-align: center;
	color: #FFFFFF 
}

.mapcontainer {
    overflow:hidden;
    float: left;
	height: 100%; 
    min-height: 600px; 
    max-height: 600px; 
    margin-right: 20px;
    max-width: 1200px;
    width: 100%;
}


canvas {
    min-height: 600px; 
	max-height: 600px;

}

.ol_legend {
	background-color: #FFFFFF;
	border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: none;
}

.legend-title {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #000;
}

.legend-subtitle {
	font-size: 90%;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 0px;
	color: #111;
}

.legend-img {
	padding-left: 10px;
}

ul.fancytree-container {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

img.fancytree-icon {
	width: initial;
	height: initial;
}


.ol-mouse-position {
	font-family: Arial;
	font-size: smaller;	
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 1;
	pointer-events: none;
}
	
	
}

.gps{
	font-weight: normal;
	display: inline-block;
}

.addresssearchcontainer{
	width: 50%;
	}

.aerialphoto{
	float:right;
	font-weight: normal;
	display: inline-block;
}

.ol-scale-line {
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    bottom: 18px;
    left: 8px;
}

.ol-attribution.ol-uncollapsible {
	left: 0;
	bottom: 6px;
	width: 375px;
}
.ol-attribution.ol-uncollapsible img {
	display: none;
}
.ol-attribution {
	text-align: left;
}
.ol-attribution li {  
	display: list-item;
}  
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,.1);
}

.ol-attribution ul {
  font-size: 8pt;
}

.mapheader {
	float:left; 
	vertical-align: text-middle;	
	display: table;
	padding-top: 8px;
	padding-left: 8px;
}
.zoominfo {
	background-image: url('https://www.southampton.gov.uk/images/ZoomInOut.png');
    background-size: 9px 16px;
    background-repeat: no-repeat;
	background-position: left top;
	text-indent: 40px;
}
.flaginfo {
	background-image: url('https://www.southampton.gov.uk/images/RedFlag.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
	background-position: left;
	text-indent: 40px;
}

span.fancytree-node.fancytree-notvisible span.fancytree-title {
  color: #999999;
}

.aerial-photo {
	top: 10px;
	right: .5em;
}
.ol-touch .aerial-photo {
	top: 20px;
}

.tooltip-inner {
white-space: nowrap;
}

.gps label {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    color: #000;
    width: 0px;
}
#gazetteer label {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    color: #000;
    width: 0px;
}

.legendEntryDiv label {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    color: #000;
    width: 0px;
}

.legendEntryDiv label {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    color: #000;
    width: 0px;
}

#sccgis_legend label {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    color: #000;
    width: 0px;
}

.addresssearchcontainer label {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    color: #000;
    width: 0px;
}

/* map symbols */
.map-symbol-navy{color: #153F7A}
.map-address-marker{
	symbol-font: 'Normal 30px FontAwesome';
	symbol-name: 'fa-arrow-down';
	symbol-text: '\uf063';
	symbol-textBaseline: 'bottom';
	symbol-fill-color: 'rgba(0,46,111,1)';
	symbol-stroke-color: 'rgba(255,255,255,1)';
	symbol-stroke-width: 2;
	label-font: 'Bold 14px Helvetica';
	label-textBaseline: 'bottom';
	label-offsetY: 15;
	label-fill-color: 'rgba(0,46,111,1)';
	label-stroke-color: 'rgba(255,255,255,0.8)'; 
	label-stroke-width: 3;
}

.yourAreaNav {
    min-height: 250px;
}


.x-panel-body .field {
    border-color: #15428b;
}

.x-panel-header {
    background-image: none;
	background-color: #e4ecfc;
}

.x-tree-node .x-tree-node-disabled a span {
    color: #595959 !important;
}



/*		
@media only screen and (max-width: 650px) {
	.mapcontainer {
			max-height: 400px;
			min-height: 380px;
	}
	canvas {
			max-height: 400px;
			min-height: 380px;
	}
	.addresssearchcontainer{
		width: 100%; 
		font-size: 80%;
	}
	.checkbox  {
		margin-left: auto;
	}
	
	.typeahead,
	.tt-query,
	.tt-menu,
	.tt-hint {
		width: 90%;
	}
*/	
/* 	.gps{
		display: inline-block;
	} */
}

#mapsotontree img {margin: 0px;
                  display: inline;}

#sccgis_legend img {margin: 0px;
                  display: inline;}

#mapBlock caption {caption-side:top;
}

table.featureInfo caption {
    caption-side:top;
    color: black;
}