/*
    Document   : PIMMA CSS
    Created on : Sep 20, 2012, 3:15:25 PM
    Author     : joji.george
    The file name has to be pmma.css or something else that is not pimma.css.
    When the name is 'pimma.', it is routed to pimma root URL by the IIS TomcatConnector.
    In DEV, it will be fine.  In PROD, pimma.css will never get read.
*/
body,
html {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #778899;
  background: #ffffff;
  border: 2px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden;
}

.role-picker .x-grid-item {
  height: 36px;
  line-height: 36px;
}

.role-picker .x-grid-item .fas {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background-color: #80a3c3;
  margin: 0 5px 0 0;
}

/*
*  Usage:
*
*    <div class="sk-spinner sk-spinner-wave">
*      <div class="sk-rect1"></div>
*      <div class="sk-rect2"></div>
*      <div class="sk-rect3"></div>
*      <div class="sk-rect4"></div>
*      <div class="sk-rect5"></div>
*    </div>
*
*/
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #8dc350;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  margin-bottom: 0px;
}
.x-fieldset {
  overflow: unset !important;
}

#centerPanel .x-panel-body-default {
  background: #ffffff;
}
.refreshSessionControl {
  background-image: url("../images/arrow_refresh.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.appln-loading {
  background: rgba(0, 0, 0, 0.3) url("../../images/loader.gif") center center no-repeat;
  display: block;
  width: 10em;
  height: 10em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5em;
  margin-top: -5em;
  -webkit-border-radius: 0.5em;
  color: #fff;
  text-shadow: #000 0 1px 1px;
  text-align: center;
  padding-top: 8em;
  font-weight: bold;
}
#sub-title {
  width: 100%;
  background: url("../images/pimmaBannerRepeat.png") #067aad repeat-x;
}
#sub-left {
  float: left;
  width: 700px;
  height: 60px;
  background: url("../images/pimmaBanner.jpg") #067aad no-repeat;
}
#sub-right {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 700px;
  width: 400px;
  height: 60px;
  width: auto;
  background: url("../images/pimmaBannerRepeat.png") #067aad repeat-x;
}
#bottom-title {
  width: 100%;
  background: #067aad;
}
#bottom-left {
  float: left;
  width: 700px;
  height: 60px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 5px;
  background: #067aad;
}
#bottom-right {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 700px;
  width: 300px;
  height: 60px;
  width: auto;
  background: #067aad;
}
.pimmaStyle {
  width: 100%;
  height: 100%;
  float: left;
  height: 100%;
  background: url("../images/pimmaBanner.jpg") #067aad no-repeat;
}
.pimmaStyleRepeat {
  width: 100%;
  float: left;
  height: 100%;
  /*background: url('../images/pimmaBannerRepeat.jpg') #067aad repeat-x;*/
}

.pimmaBanner {
  height: 140px;
  width: 100%;
  /*background: url('../images/pimmaBanner.jpg') #B9E1E1 no-repeat;*/
  font-size: 0.85em;
}
#loading-mask {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #283d48;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#067aad), to(#283d48));
  background-image: -webkit-linear-gradient(top, #067aad, #283d48);
  background-image: -moz-linear-gradient(top, #067aad, #283d48);
  background-image: -o-linear-gradient(top, #067aad, #283d48);
  background-image: linear-gradient(to bottom, #067aad, #283d48);
}

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 2px;
  z-index: 1;
  height: auto;
  margin: -35px 0 0 -30px;
}

#loading .loading-indicator {
  background: url("../images/loader.gif") no-repeat;
  padding: 40px 60px;
  margin: 0;
  text-align: center;
  height: auto;
}

#loading .loading-text {
  color: #555;
  font:
    bold 13px tahoma,
    arial,
    helvetica;
}
div#map {
  width: 650px;
  height: 400px;
  position: relative;
}

.npms-override-ol-scale-line {
  bottom: 30px !important;
}

/* Custom editing toolbar */
.customEditingToolbar {
  float: right;
  right: 0px;
  height: 30px;
  width: 280px;
}
.customEditingToolbar div {
  float: right;
  margin: 5px;
  width: 24px;
  height: 24px;
}

attributeStyle {
  border: 1px groove #0079d9;
  width: 100%;
  height: 100%;
}
.buttonStyle {
  background: #0079d9;
  border: none;
  color: #fff;
  height: 20px;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #005faa;
  min-width: 50px;
}
.buttonStyle:hover {
  background: #4baffe;
}
.buttonStyle:disabled {
  background: gray;
  cursor: default;
}
.attributeInput {
  width: 120px;
}
.showbusy {
  width: 20px;
  height: 20px;
  display: none;
}

.mesgStyle {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #778899;
  background: #e7e7e7;
}
.tableStyle {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Arial, Verdana, sans-serif;
  font-size: 12px;
}
.fwd_floatLeft {
  position: relative;
  float: left !important;
  z-index: 1000000000 !important;
  margin-right: 5px;
}
.trayButton {
  /*border: 1px solid #99BCE8 !important;*/
  /*width: 170px;*/
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  /*padding-right: 10px;*/
}
.tocButton {
  background-image: url("../images/icon_toc.gif") !important;
  background-repeat: no-repeat;
  width: 16px;
  /*background-position: 0px 1px;*/
}
.mapCenterButton {
  background-image: url("../images/mapcenter.png") !important;
  background-repeat: no-repeat;
  width: 16px;
  /*background-position: 0px 1px;*/
}
.searchSettings {
  background-image: url("../images/search_settings.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.inspectionModifyButton {
  background-image: url("../images/modifyInspection.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.returnButton {
  background-image: url("../images/return.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.queryButton {
  background-image: url("../images/query_tools.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.rowViewButton {
  background-image: url("../images/singleRecord.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.highlightFeatureButton {
  background-image: url("../images/highlight_feature.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.downloadButton {
  background-image: url("../images/download.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.zoomToExtentButton {
  background-image: url("../images/mapControls/zoom-extend.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.layerButton {
  background-image: url("../images/layers.png") !important;
  background-repeat: no-repeat;
  width: 16px;
  /*background-position: 0px 1px;*/
}
.layerCollapsedButton {
  background-image: url("../images/layers_gray.png") !important;
  background-repeat: no-repeat;
  width: 16px;
  /*background-position: 0px 1px;*/
}
.defaultTrayButton {
  background-image: url("../images/window.gif") !important;
  background-repeat: no-repeat;
  width: 16px;
  /*background-position: 0px 1px;*/
}

.addBookmarkButton {
  background-image: url("../images/addBookmark.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.editBookmarkButton {
  background-image: url("../images/editBookmark.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.modificationnoteButton {
  background-image: url("../images/modnotes.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.correctionnoteButton {
  background-image: url("../images/corrnotes.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.identifyButton {
  background-image: url("../images/identify.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.pipelinehistoryicon {
  background-image: url("../images/pipeline_history.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}

.featureIIdentifyControl {
  background-image: url("../images/identify.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.mapPanControl {
  background-image: url("../images/mapControls/pan.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.zoomToControl {
  background-image: url("../images/zoomto_off.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.pipelineSearch {
  background-image: url("../images/mapControls/pipelineSearch.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.selectWithDragControl {
  background-image: url("../images/select_off.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.coordinateControl {
  background-image: url("../images/coordinate_off.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.lower48Control {
  background-image: url("../images/extent/lower48_1.png") !important;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  padding: 10px;
  margin: -3px auto -1px auto;
}
.akControl {
  background-image: url("../images/extent/ak_1.png") !important;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  padding: 10px;
  margin: -3px auto -1px auto;
}
.hiControl {
  background-image: url("../images/extent/hi_1.png") !important;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  padding: 10px;
  margin: -3px auto -1px auto;
}
.prControl {
  background-image: url("../images/extent/pr_1.png") !important;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  padding: 10px;
  margin: -3px auto -1px auto;
}
.mapZoomInControl {
  background-image: url("../images/mapControls/zoom-in.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.mapZoomOutControl {
  background-image: url("../images/mapControls/zoom-out.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.mapZoomNextControl {
  background-image: url("../images/mapControls/next.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.mapZoomExtentControl {
  background-image: url("../images/mapControls/zoom-extend.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.mapdistanceMeasureControl {
  background-image: url("../images/mapControls/drawAndMeasure.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.mapareaMeasureControl {
  background-image: url("../images/mapControls/measure-circle3.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.clearGraphicsControl {
  background-image: url("../images/mapControls/clear.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.printmap {
  background-image: url("../images/mapControls/printmap.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.identifyLayer {
  background-image: url("../images/identify.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.mapZoomPrevControl {
  background-image: url("../images/mapControls/prev.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.bookmarkmenu {
  background-image: url("../images/bookmark.png") !important;
}
.addBookmark {
  background-image: url("../images/addBookmark.png") !important;
}
.editBookmark {
  background-image: url("../images/editBookmark.png") !important;
}
.logoutMenu {
  background-image: url("../images/logout-icon.png") !important;
}
.helpMenu {
  background-image: url("../images/help-icon.png") !important;
}
.workflowMenu {
  background-image: url("../images/workflow-icon.png") !important;
}

.example-info {
  width: 150px;
  border: 1px solid #c3daf9;
  border-top: 1px solid #dceafb;
  border-left: 1px solid #dceafb;
  background: #ecf5fe url(info-bg.gif) repeat-x;
  font-size: 10px;
  padding: 8px;
}
pre.code {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
  border-left: 5px solid #e8e8e8;
  font-size: 12px !important;
  line-height: 14px !important;
}
.msg .x-box-mc {
  font-size: 14px;
}
#msg-div {
  position: absolute;
  left: 35%;
  top: 10px;
  z-index: 20000;
}
#msg-div .msg {
  border-radius: 8px;
  -moz-border-radius: 8px;
  /*background: #D6E7F7;*/
  background: #fff;
  border: 2px solid #4c7cb4;
  margin-top: 2px;
  padding: 10px 15px;
  color: #4c7cb4;
}
#msg-div .msg h3 {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 15px;
}
#msg-div .msg p {
  margin: 0;
}
.search-item {
  padding: 5px 10px;
  white-space: normal;
  color: #555;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.search-item h3 {
  display: block;
  font: inherit;
  font-weight: bold;
  color: #222;
}

.search-item h3 span {
  float: right;
  font-weight: normal;
  margin: 0 0 5px 5px;
  width: 250px;
  clear: none;
}

.test {
  background-image: url(../images/test.png);
}

.readonlyField input[type="text"] {
  background: #dde5e9 !important;
}

.modificationnote {
  background-image: url("../images/modnotes.png") !important;
}
.createmod {
  background-image: url("../images/create_mod.png") !important;
}
.editmod {
  background-image: url("../images/edit_mod.png") !important;
}
.submitmod {
  background-image: url("../images/submit_mod.png") !important;
}
.correctionnote {
  background-image: url("../images/corrnotes.png") !important;
}

.identifyicon {
  background-image: url("../images/identify.png") !important;
}
.x-icon-modificationType {
  background-image: url("../images/modificationType.png");
}
.x-icon-unitType {
  background-image: url("../images/unitType.png");
}
.x-icon-historyRecords {
  background-image: url("../images/historyRecords.png");
}
#navigation-history {
  right: 0px;
  height: 16px;
  overflow: hidden;
}
#navigation-history div {
  float: left;
  margin: 0px;
  background-image: url("../images/mapControls/navigation_history7.png");
}
#navigation-history div:hover {
  cursor: pointer;
}

.legendmodnotepoint {
  background-image: url(../images/legendmodnotepoint.png);
}
.legendcounty {
  background-image: url(../images/legendcounty.png);
}
.x-tree-icon-parent.legendcounty {
  background-image: url(../images/legendcounty.png) !important;
  background-repeat: no-repeat;
}
.legendcountyLabels {
  background-image: url(../images/label_blue.png);
}
.legendstateLabels {
  background-image: url(../images/label_red.png);
}
.legendstate {
  background-image: url(../images/legendstate.png);
}
.x-tree-icon-parent.legendstate {
  background-image: url(../images/legendstate.png) !important;
  background-repeat: no-repeat;
}
.legendgom {
  background-image: url(../images/legendgom.png);
}
.legendgomblock {
  background-image: url(../images/legendgomblock.png);
}
.legendpumb {
  background-image: url(../images/legendpumb.png);
}
.legendcompressor {
  background-image: url(../images/legendcompressor.png);
}
.legendrefineries {
  background-image: url(../images/legendrefineries.png);
}
.legendlngplants {
  background-image: url(../images/legendlngplants.png);
}

.legendungs {
  background-image: url(../images/ungs.png);
}
.legendcoastalecousa {
  background-image: url(../images/toc/coastalEcoUSA.png);
}

.legendtriballands {
  background-image: url(../images/toc/TribalLands.png);
}
.legendabandonedpipelines {
  background-image: url(../images/toc/abandonedpipelines_layer.png);
}
.legendmap {
  background-image: url(../images/map.png);
}
.legendsatelite {
  background-image: url(../images/satelite.png);
}
.legendImagery {
  background-image: url(../images/mapimages16.png);
}

.legendosm {
  background-image: url(../images/osmLayer.png);
}
.legendbreakoutplants {
  background-image: url(../images/legendbreakoutplants.png);
}
.legendmodunits {
  background-image: url(../images/legendmodunits.png);
}
.legendpipenounits {
  background-image: url(../images/legendpipenounits.png);
}
.identifyPipeline {
  background-image: url(../images/lineicon.png);
}
.legendallunits {
  background-image: url(../images/legendallunits.png);
}
.legendqueriedaccidents {
  background-image: url(../images/legendqueriedaccidents.png);
}
.legendallaccidents {
  background-image: url(../images/legendallaccidents.png);
}
.legendqueriedincidents {
  background-image: url(../images/legendqueriedincidents.png);
}
.legendallincidents {
  background-image: url(../images/legendallincidents.png);
}
.legendqueriedhistory2024 {
  background-image: url(../images/legendqueriedhistory2024.png);
}
.legendqueriedhistory2023 {
  background-image: url(../images/legendqueriedhistory2023.png);
}
.legendqueriedhistory2022 {
  background-image: url(../images/legendqueriedhistory2022.png);
}
.legendqueriedhistory2021 {
  background-image: url(../images/legendqueriedhistory2021.png);
}
.legendqueriedhistory2020 {
  background-image: url(../images/legendqueriedhistory2020.png);
}
.legendqueriedhistory2019 {
  background-image: url(../images/legendqueriedhistory2019.png);
}
.legendqueriedhistory2018 {
  background-image: url(../images/legendqueriedhistory2018.png);
}
.legendqueriedhistory2017 {
  background-image: url(../images/legendqueriedhistory2017.png);
}
.legendqueriedhistory2016 {
  background-image: url(../images/legendqueriedhistory2016.png);
}
.legendqueriedhistory2015 {
  background-image: url(../images/legendqueriedhistory2015.png);
}
.legendqueriedhistory2014 {
  background-image: url(../images/legendqueriedhistory2014.png);
}
.legendqueriedhistory2013 {
  background-image: url(../images/legendqueriedhistory2013.png);
}
.legendqueriedhistory2012 {
  background-image: url(../images/legendqueriedhistory2012.png);
}
.legendqueriedhistory2011 {
  background-image: url(../images/legendqueriedhistory2011.png);
}
.legendqueriedhistory2010 {
  background-image: url(../images/legendqueriedhistory2010.png);
}
.legendqueriedpipelinesattribute {
  background-image: url(../images/legendqueriedpipelinesattribute.png);
}
.legendshowunitattribute {
  background-image: url(../images/legendshowunitattribute.png);
}
.legendrelatedInspectionRecords {
  background-image: url(../images/legendrelatedInspectionReco.png);
}
.legendqueriedpipelinesopid {
  background-image: url(../images/legendqueriedpipelinesopid.png);
}
.legendallgastransmissionpipeline {
  background-image: url(../images/legendallgastransmissionpipeline.png);
}
.legendallhazardousliquidpipeline {
  background-image: url(../images/legendallhazardousliquidpipeline.png);
}
.legendgomblockgroupsLabels {
  background-image: url(../images/label.png) !important;
}

.legendgomblocksLabels {
  background-image: url(../images/label.png) !important;
}
.legendgomblockgroups {
  background-image: url(../images/legendgomblock.png) !important;
}

.legendgomblocks {
  background-image: url(../images/legendgom.png) !important;
}

.alloperators {
  background-image: url(../images/alloperators.png);
}

.disabled-row .x-grid-cell {
  background-color: #ffffff;
  color: gray;
}
.redBorder {
  border-color: #ff7676 !important;
  border-style: solid !important;
  border-width: 1px !important;
  background: #ff7676 !important;
}
.redBorderButton {
  border-color: #d94e37 !important;
  border-style: solid !important;
  border-width: 1px !important;
  background: #d94e37 !important;
}
.redBorderButton .x-btn-inner {
  /*color: #D94E37 !important;*/
}

.greenBorderButton {
  border-color: #62b851 !important;
  border-style: solid !important;
  border-width: 1px !important;
  background: #62b851 !important;
}
.customTooltip {
  background: white;
}
.boldFont {
  font-weight: bold !important;
}

.overviewControl {
  background-image: url("../images/mapControls/overview.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}

.criteriaControl {
  background-image: url("../images/sql.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}

.searchWindow {
  background-image: url("../images/queryopid.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.querypipelinesopid {
  background-image: url("../images/queryopid.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.querypipelineattributes {
  background-image: url("../images/queryattributes.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.clearqueries {
  background-image: url("../images/clearqueries.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.queryaccidents {
  background-image: url("../images/queryaccidents.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.queryincidents {
  background-image: url("../images/queryincidents.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.showunitattributes {
  background-image: url("../images/showunitattributes.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.showrelatedinspectionrecords {
  background-image: url("../images/related_inspection_records.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.querypipelinehistory {
  background-image: url("../images/querypipelinehistory.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.pipelinehistoryselection {
  background-image: url("../images/pipelineselection.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.searchButton {
  background-image: url("../images/search_btn.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.filterButtonSmall {
  background-image: url("../images/filter.png") !important;
  background-repeat: no-repeat;
}
.filterButton {
  background-image: url("../images/filter.png") !important;
  background-repeat: no-repeat;
}
.custom-border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mapButtons {
  text-align: right;
  height: 54px;
  cursor: pointer;
  right: 5px;
  top: 5px;
}

.mapButtonItemStreetView {
  background-image: url("../images/mapControls/mapButton.png") !important;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  width: 91px;
  height: 22px;
  top: 10px;
  position: absolute; /* need for 'right' to work */
  right: 0.5em;
  cursor: pointer;
}
.mapButtonItemHybridView {
  /* the legend is saying satellite but it actually is google map's hybrid mode */
  background-image: url("../images/mapControls/satelliteButton.png") !important;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  width: 91px;
  height: 22px;
  top: 10px;
  right: 0.5em;
  position: absolute; /* need for 'right' to work */
  cursor: pointer;
}

.layersDiv {
  background-color: #ff0000;
  height: 100%;
  padding: 5px 75px 5px 10px;
  width: 100%;
}

#criteriaGrid .x-grid-cell-inner {
  white-space: normal !important;
}
.commonSearchButton {
  width: 200px !important;
}
.commonSearchButtonSmall {
  width: 190px !important;
}

.x-fieldset-default {
  padding: 10px 10px 10px 10px !important;
}
.x-grid-item-selected {
  color: black;
  background-color: #d8dcdf !important;
}
.x-grid-item:hover {
  color: black;
  background-color: #d8dcdf !important;
}
.x-grid-item-focused .x-grid-cell-inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: none !important;
}
.x-form-trigger-wrap-default.x-form-trigger-wrap-focus {
  border-color: #878a8b !important;
}
.no-icon {
  display: none;
  background-image: none !important;
}
.no-expand .x-tree-elbow-end {
  background-image: none !important;
}
.no-expand .x-tree-elbow {
  background-image: none !important;
}
.npmsInfo {
  border-top: 1px solid #ccc;
  width: 420px;
  padding: 10px;
  margin: 5px;
}
.npmsInfoIcons {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-left: 10px;
  margin: 5px;
}
.topToolBar {
  background: #067aad;
}

.legendcnw {
  background-image: url(../images/toc/cnw.png);
}
.legendcnwAll {
  background-image: url(../images/toc/cnw_all.png);
}
.legendcnwOcean {
  background-image: url(../images/toc/cnwOcean.png);
}
.legendcorrectionalAll {
  background-image: url(../images/toc/correctional_all.png);
}
.legendcorrectional {
  background-image: url(../images/toc/correctional.png);
}
.legenddrinkingWater {
  background-image: url(../images/toc/drinkingWater.png);
}
.legendecological {
  background-image: url(../images/toc/ecological.png);
}
.legendfederalLands {
  background-image: url(../images/toc/federalLands.png);
}
.legendhighlyPopulatedArea {
  background-image: url(../images/toc/highlyPopulatedArea.png);
}
.legendhospital {
  background-image: url(../images/toc/hospital.png);
}
.legendmilitaryBases {
  background-image: url(../images/toc/militaryBases.png);
}
.legendnursingHome {
  background-image: url(../images/toc/nursingHome.png);
}
.legendotherPopulatedAreas {
  background-image: url(../images/toc/otherPopulatedAreas.png);
}
.legendschool {
  background-image: url(../images/toc/school.png);
}
.legendwaterPorts {
  background-image: url(../images/toc/waterPorts.png);
}
.westPanel {
  background: #fff !important;
  border: none;
  border-right: 1px solid #ccc;
}
.westPanel .x-panel-header-default {
  background-image: none;
  color: #666666;
  margin-bottom: 1px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.westPanel .x-tool-img {
  background-color: #fff;
  padding: 10px 0px 0px 0px;
  background-image: url(../images/tool-sprites-dark.png) !important;
  background-repeat: no-repeat;
}
.westPanel .x-tool-img {
  background-color: #fff;
}
.westPanel .x-title-text {
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #666666 !important;
}
.westPanel .x-panel-header-default-vertical {
  background-image: none;
  background-color: #fff !important;
}
.westPanel .x-panel-header-default-vertical {
  padding: 9px 9px 9px 10px;
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #666666 !important;
}
.westPanel .x-panel-header-default {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #666666 !important;
}
#logout {
  text-decoration: underline;
}
.loggedUser {
  color: #fff;
  text-decoration: none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Arial, Verdana, sans-serif;
  font-size: 13px;
  padding-right: 10px;
}
.topLinks {
  float: right;
  margin-top: 25px;
}
.topLinks td {
  color: #8dc34f;
}
.topLinks a {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
.bottomLinks {
  margin-top: -2px;
  margin-right: -2px;
  float: right;
}
.bottomLinks td {
  color: #8dc34f;
}
.bottomLinks a {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
.loginLinks a {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Arial, Verdana, sans-serif;
  font-size: 13px;
  text-decoration: none;
}
/*::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(178,178,179,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(178,178,179,0.4);
}*/
.identifyWindowGrid .x-grid-view {
  overflow-x: hidden !important;
  position: relative;
}
.refreshItem {
  background-image: url("../images/arrow_refresh_small.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.gilterWindowPg .x-form-text {
  width: 30px !important;
}
.x-grid {
  border: 1px solid #ccc !important;
}
.filterText {
  padding: 10px;
}
/*.tree-node-disabled .x-grid-cell {
    -moz-opacity: 0.5;
    opacity:.5;
    filter: alpha(opacity=50);
}
.tree-node-disabled td{
    color: #CCC;
}*/
.tree-node-disabled div {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*.tree-node-disabled .x-tree-checkbox{
    display: none;
}*/

.drawTextControl {
  background-image: url("../images/mapControls/text_uppercase.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.drawStarControl {
  background-image: url("../images/mapControls/star.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.editFeatureControl {
  background-image: url("../images/mapControls/edit_feature.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.deleteFeatureControl {
  background-image: url("../images/mapControls/delete_feature.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.drawBoxControl {
  background-image: url("../images/mapControls/shape_square.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.deleteAllFeatureControl {
  background-image: url("../images/mapControls/delete.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.x-tip {
  width: auto !important;
}

.x-tip-body {
  width: auto !important;
}

.x-tip-body span {
  width: auto !important;
}
div[class~="tree_wrap"] div[class~="x-grid-cell-inner"] {
  height: auto !important;
  white-space: normal !important;
  word-wrap: normal !important;
  overflow-x: hidden;
  text-indent: -3.3em !important;
  padding-left: 3.3em !important;
  padding-right: 1em !important;
}
.queryPipelineAttributesForm_color .x-form-field {
  background: #0bff00;
  color: #000000;
}

.videoControl {
  background-image: url("../images/video.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.videoControlPanel .x-panel-body-default {
  background: #000 !important;
}
.videoControlPanel .x-window-body-default {
  background: #000 !important;
}
.helpVideoContent {
  margin-top: -5px;
}
.termsOfUse1 ul {
  list-style: disc !important;
  margin: 0;
  border: 0;
}
.termsOfUse2 ul {
  list-style: circle !important;
  margin: 0;
  border: 0;
}

.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #8dc350;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  margin-bottom: 0px;
}

.overview {
  width: 180px;
  height: 89px;
}

.layer-toggler {
  top: 10px;
  right: 0.5em;
}

.ol-touch .layer-toggler {
  top: 80px;
}

.x-btn-icon-el.x-tbar-page-first {
  background-image: url("../images/page-first.png") !important;
}
.x-btn-icon-el.x-tbar-page-prev {
  background-image: url("../images/page-prev.png") !important;
}
.x-btn-icon-el.x-tbar-page-next {
  background-image: url("../images/page-next.png") !important;
}
.x-btn-icon-el.x-tbar-page-last {
  background-image: url("../images/page-last.png") !important;
}
.x-btn-icon-el.x-tbar-loading {
  background-image: url("../images/refresh.png") !important;
}
.searchButtonColor {
  background-image: url("../images/search.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.decimalDegreeHelpText {
  font-size: 0.75rem;
  font-style: italic;
}
.decimalDegreeIcon {
  background-image: url(../images/xy.png) !important;
  background-repeat: no-repeat;
  width: 16px;
}
.decimalDegreePushToMidColumn {
  padding-top: 30px;
}
