/*@import url("/common/iface/fonts/font-awesome-4.4.0/css/font-awesome.css");*/
@import url("/common/iface/fonts/font-awesome-4.7.0/css/font-awesome.css");
/*@import url("/common/iface/fonts/fontawesome-free-5.8.2-web/css/all.css");*/
@import url("/common/iface/fonts/google/css/Roboto.css");
@import url("/common/iface/fonts/text-security.css");
/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic");*/
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900,200italic,300italic,400italic");*/

@import url("/common/iface/css/netBIalert.css");
@import url("/common/iface/css/browser.commonCommon.css");

@font-face {
  font-family: "apex-5-icon-font";
  src: url("/common/iface/fonts/apex-5-icon-font.eot");
  src: url("/common/iface/fonts/apex-5-icon-font.eot?#iefix") format("embedded-opentype"), url("/common/iface/fonts/apex-5-icon-font.ttf") format("truetype"), url("/common/iface/fonts/apex-5-icon-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/common/iface/fonts/MaterialIcons-Regular.woff); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/common/iface/fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(/common/iface/MaterialIcons-Regular.woff) format('woff'),
       url(/common/iface/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* stop yellow colour of autofill fields in chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
  font-size: 14pt;
  font-family: Roboto;
}

/* set height of clear cross on text input fields in IE */
input::-ms-clear {
  height: 20px;
  width: 20px;
}

/* hide password reveal on input fields in IE */
input::-ms-reveal {
  display: none;
}

/* chrome defaults to rounded buttons */
input[type=button], button[type=button] {
  border-radius: 0px;
}

.nBBackground {
  background-repeat: repeat;
  overflow: initial;
  }
  
.nBBackground .nBBGDiv, 
.nBBGImage {

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.nBeviAppDiv,
.nBPortalAppDiv,
.nBSpatialAppDiv,
.nBAnimatorAppDiv {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
}

.nBBGImage {
  
  /*background: #0a1a2c; /* Old browsers */
  /*background: -moz-linear-gradient(45deg,  #0a1a2c 1%, #3897c1 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(45deg,  #0a1a2c 0%,#3897c1 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(45deg,  #0a1a2c 10%,#3897c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1a2c', endColorstr='#3897c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nBBGImage  {
  opacity: 0.25;
  z-index: 10;
}


.nBalertOKButton, 
.nBalertCancelButton {
  font-family: Roboto;
  font-weight: 300;
}

.nBalert .nBButtonContainer {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 50px;
}

.alertDiv {
  height: calc(100% - 50px);
  overflow: auto;
}

.nBalertDiv {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.nBalertOKButton, .nBalertCancelButton,
.nBalertOKButton:active, .nBalertCancelButton:active {
  border: medium none;
  cursor: pointer;
  font-size: 12pt;
  font-weight: 300;
  height: 35px;
  text-align: center;
  width: auto;
  padding: 0px 15px;
}

.nBalertButton {
  padding: 0px 5px;
}

.nBalertButton {
  text-align:center;
  position: unset;
  width: auto;
  bottom: 20px;
}

.nBalertText {
  align-items: center;
  /*display: flex;*/
  font-family: Roboto;
  font-size: 12pt;
  font-weight: 300;
  justify-content: center;
}

.newUI .nBalertText {
  font-size: 15pt;
}

.nBalert .cntrTitle {
  align-items: center;
  display: flex;
  justify-content: space-between; 
}

.nBalert .cntrTitleText {
  cursor: default;
  font-size: 17pt;
  font-weight: 300;
  line-height: 75px;
  margin: 0;
  padding-left: 14px;
}

/*
div[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 99999px;
  background:red;
}*/

.sp {
  width: 32px;
  height: 32px;
  clear: both;
}

/* Spinner Circle Rotation */
.sp-circle {
  border: 2px solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .75s infinite normal;
  animation: spCircRot .75s infinite normal;
}

.sp-circle-toolBar {
  border: 2px solid;
  border-top: 2px solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .75s infinite normal;
  animation: spCircRot .75s infinite normal;
  width: 34px;
  height: 34px;
  border-width: 4px;
  margin-right: 5px;
  background-image: none;
}

.sp-circle-large {
  border: 2px solid;
  border-top: 2px solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .75s infinite normal;
  animation: spCircRot .75s infinite normal;
  width: 70px;
  height: 70px;
  border-width: 6px;
  background-image: none;
  margin-left: calc(50% - 40px);
}

.sp-circleLogo{
  background-image: url("/common/iface/images/Small Size LogoSquare.png");
  -webkit-animation: spCircRot .6s infinite normal;
  animation: spCircRot .6s infinite normal;
}

.gridWaitSpinner.sp.sp-circle {
  border-width: 8px;
  height: 80px;
  width: 80px;
}

.waitCntr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.waitFull {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.wait.sp {
  width: 60px;
  height: 60px;
  border: solid 5px;
  }


/* Openlayers map stuff... */

.mapDiv {
  position: relative;
  }

.mapCntr {
  position: absolute;
  background-color: #ddd;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden; /* Chrome bugfix to allow border radius to work */
  }

.mapInfo {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 100px);
  margin-left: 50px;
  height: 70px;
  z-index: 9999;
  pointer-events: none;
  /*padding: 0px 0px 5px 0px;*/
  font-family: Roboto, Arial, sans-serif;
  }

.mapWait {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #163252;
  z-index: 99999;
  /*background-image: url('/common/iface/images/wait.gif');
  background-repeat: no-repeat;
  background-position: center center;*/
  /*border-radius: 7px;*/
  }

.mapWaitSpinner.sp.sp-circle {
  position: absolute;
  height: 70px;
  width: 70px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  margin-top: 0px;
  /*border-color: #43b4e4 rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.75);*/
  border-width: 6px;
  margin-bottom: 0px;
  }

.mapInfoTextOld {
 /* stoke: red;
  fill: white;
  font-family: Tahoma, sans-serif;
  stroke-width:1px;*/
  text-anchor: middle;
  font-size:30px;
  font-style:normal;
  font-weight:bold;
  fill:#550022;
  fill-opacity:0.9;
  stroke:#ffffff;
  stroke-width:1.5px;
  stroke-linecap:butt;
  stroke-linejoin:miter;
  stroke-opacity:0.9;
  }
  
.mapInfoText {
  fill: #ffffff;
  fill-opacity: 1;
  font-family: Roboto;
  font-size: 20pt;
  font-style: normal;
  font-weight: 300;
  text-anchor: middle;
  }

.mapTitle {
  font-size: 20pt;
  font-family: Roboto, Arial, sans-serif !important;
  font-style: 300 !important;
  color: white;
  z-index: 1500;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 15px;
  font-weight: 300 !important;
  pointer-events: none;
}

.mapTopContainer, .mapBottomContainer {
  display: inline;
  pointer-events: none;
}

.mapTopContainer {
  top: 0px;
  height: 200px;
  opacity: 1;
  position: absolute;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
  width: 100%;
  pointer-events: none;
}

.mapTopSubContainer {
  height: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.mapTopGradient, .mapBottomGradient {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEmCAYAAACjy/qzAAAAhklEQVQ4y52RUQ6AMAxCKd7/JJ7R6aeJAdr507TjQZqOAE4CWARwx7JE944rch/k6qOWS7bq5bh72zGF8+LTa6goJeRPgXDYNxWFfkS0QXCInLIN1GxTXA0dtS0otWJnuXJR1Y9WYP9GF1UCYRQYHRSlXMARbVO4th3sd7Y3OP5dY3Bn+SkPsGJ1+HGGVtcAAAAASUVORK5CYII=");   
  background-repeat: repeat-x;
  height: 160px;
  pointer-events: none;
  position: absolute;
  z-index: 1400;   
  width: 100%;
}  

.mapTopGradient{
 background-position: center top;
 top: 0;
} 
 
.mapBottomGradient{
  background-position: center bottom;
  bottom: 0;
  margin-bottom: -10px;
  opacity: inherit;
}


.mapBottomContainer {
  bottom: 0px;
  display: inline;
  opacity: 1;
  position: absolute;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 1500;
}


.mapBottomSubContainer {
  bottom: 0px;
  display: flex;
  flex-flow: column nowrap;
  /*height: 58px;*/
  position: relative;
  width: 100%;
  z-index: 1501;
}

.mapControlsContainer {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
  line-height: 50px;
  opacity: inherit;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.mapControlsRight,
.mapControlsLeft {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    width: auto;
}

.mapControlsRight {
  justify-content: right;
}


.mapTools {
    align-items: center;
    display: flex;
    font-size: 14pt;
    font-weight: 300;
    justify-content: center;
}

.mapTools .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mapTools .active {
}

.mapZoomDiv {
  display: none;
}

.mapFilterZoom,
.mapResetMap,
.mapMultiSelect,
.mapUnselectAll,
.mapFilterSelected,
.mapToggleCluster,
.mapRecentreIcon,
.mapLegendIcon,
.mapLayersIcon,
.mapMeasuresIcon,
.mapZoomIn,
.mapZoomOut,
.mapZoomIcon,
.mapSizeIcon,
.mapFullscreenIcon,
.mapFullscreenIconActive {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0 2px;
  outline: medium none;
  position: relative;
  width: 42px;
  z-index: 2000;
  pointer-events: auto;
}

.mapFullscreenIconActive {
  display: none;
}

.mapZoomBtn {
    background-color: transparent;
    border: medium none;
    color: transparent;
    height: 100%;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    width: 100%;
}


.ol-full-screen.mapFullscreenIcon, .ol-full-screen.mapFullscreenIcon:hover {
    background-color: transparent;
    right: auto;
    top: 0;
    position: relative;
}

.mapFullscreenIcon .ol-full-screen-false, .mapFullscreenIcon .ol-full-screen-false:hover,
.mapFullscreenIcon .ol-full-screen-true, .mapFullscreenIcon .ol-full-screen-true:hover,
.mapFullscreenIcon .ol-full-screen-true .ol-control button:focus,
.mapFullscreenIcon .ol-full-screen-false .ol-control button:focus {
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: center center;
  border: none;
  color: transparent !important;
  height: 32px;
  width: 32px;
  margin: 0 0 0 -3px;
  position: absolute;
}


.mapRecentreIcon, .mapLayersIcon, .mapMeasuresIcon, .mapZoomIn, .mapZoomOut, .mapLegendIcon,
.mapSizeIcon, .mapFullscreenIcon, .mapFullscreenIconActive, .mapZoomIcon {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0px 4px;
    pointer-events: auto;
    position: relative;
    vertical-align: middle;
    width: 32px;
    z-index: 1600;
}

.mapToolsDividerLeft,
.mapToolsDividerRight {
  background-color: white;
  height: 22px !important;
  margin: 0 6px;
  opacity: 0.5;
  width: 2px;
  display: inline;
}


.mapLayerSwitcherPanel, .mapMeasureSwitcherPanel {
  position: absolute;
  z-index: 999999;
  /*background-color: rgba(10, 25, 44, 0.8);
  color: white;*/
  font-size: 10pt;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  /*padding: 8px 15px 12px 15px;*/
  right: 20px;
  bottom: 50px;
  /*border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;*/
  background-clip: padding-box;
  display: none;
  }

.mapLayerSwitcherPanel .layer, .mapMeasureSwitcherPanel .measure {
  cursor: pointer;
  font-size: 13pt;
  height: 30px;
  letter-spacing: -1px;
  line-height: 30px;
  padding: 0 14px;
}

.mapLayerSwitcherPanel .group > label, .mapMeasureSwitcherPanel .group > label, .layerHeader {
  font-size: 14pt;
  padding-left: 14px;
  height: 36px;
  line-height: 36px;
}

.mapLayerSwitcherPanel .group > ul, .mapMeasureSwitcherPanel .group > ul {
  /*padding-top: 4px;*/
}

.mapLayerSwitcherPanel .layer > input, .mapMeasureSwitcherPanel .measure > input {
  margin-left: 0px;
  margin-right: 8px;
}

.mapLayerSwitcherPanel ul, .mapMeasureSwitcherPanel ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mapDiv:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
}

.mapDiv:-moz-full-screen {
  width: 100vw !important;
  height: 100vh !important;
}

.mapDiv:-ms-fullscreen {
  width: 100vw !important;
  height: 100vh !important;
}

.mapDiv:fullscreen {
  width: 100vw !important;
  height: 100vh !important;
}

.mapDiv:-webkit-full-screen .mapSizeIcon {
  display: none !important;
}

.mapDiv:-moz-full-screen .mapSizeIcon {
  display: none !important;
}

.mapDiv:-ms-fullscreen .mapSizeIcon {
  display: none !important;
}

.mapDiv:fullscreen .mapSizeIcon {
  display: none !important;
}

.mapTitle {
  font-size: 20pt;
  font-family: Roboto, Arial,! sans-serif important;
  font-style: 300 !important;
  color: white;
  z-index: 25;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 15px;
  font-weight: 300 !important;
  pointer-events: none;
  z-index: 9999;
}

.apexIframe {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  vertical-align: bottom;
  }


@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#measureit {
  position: absolute;
  z-index: 2147483647;
}
.ruler-overlay-7299d2d29ee0de87bd5e67ed9e6d7a0d {
  z-index: 2147483647;
}
