body,
html {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    "DejaVu Sans", Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #778899;
  background-color: #ffffff;
  /*    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
        background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:    -moz-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:      -o-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:         linear-gradient(to bottom, #ffffff, #d2d2d2);*/
  border: 2px;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.sk-chasing-dots {
  margin: -20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #00a3ef;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  margin-bottom: 0px;
}
.x-fieldset {
  overflow: unset !important;
}

.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;
}
.refreshItem {
  background-image: url("../images/arrow_refresh_small.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.undoIcon {
  background-image: url("../images/arrow_undo.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.bannerStyle {
  width: 100%;
  height: 100%;
  background: url("../images/banner_r.png") #067aad repeat-x;
  background-position: center;
}
.x-panel-default-outer-border-trbl {
  border: 0px none;
}
.readonly .x-form-field {
  background-color: #f6f6f6;
}
.dxeditorBanner {
  height: 140px;
  width: 100%;
  /*background: url('../images/dxeditorBanner.jpg') #B9E1E1 no-repeat;*/
  font-size: 0.85em;
}
#loading-mask {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #ffffff;
  /*    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
        background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:    -moz-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:      -o-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:         linear-gradient(to bottom, #ffffff, #d2d2d2);*/
}

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 2px;
  z-index: 20001;
  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: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Arial";
  font-size: 0.89em;
  background-color: #ffffff;
}

.mapClass {
  /*    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2d2d2));
        background-image: -webkit-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:    -moz-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:      -o-linear-gradient(top, #ffffff, #d2d2d2);
        background-image:         linear-gradient(to bottom, #ffffff, #d2d2d2);*/
}

div.olMap {
  z-index: 0;
  padding: 0 !important;
  margin: 0 !important;
  cursor: default;
}

div.olMapViewport {
  text-align: left;
}

div.olLayerDiv {
  -moz-user-select: none;
  -khtml-user-select: none;
}

.olLayerGoogleCopyright {
  left: 2px;
  bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
  right: auto !important;
}
.olLayerGooglePoweredBy {
  left: 2px;
  bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
  bottom: 15px !important;
}
.olControlAttribution {
  font-size: smaller;
  right: 3px;
  bottom: 4.5em;
  position: absolute;
  display: block;
}
.olControlScale {
  right: 3px;
  bottom: 3em;
  display: block;
  position: absolute;
  font-size: smaller;
}
.olControlScaleLine {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 15px;
  font-size: xx-small;
}
.olControlScaleLineBottom {
  border: solid 2px black;
  border-bottom: none;
  margin-top: -2px;
  text-align: center;
}
.olControlScaleLineTop {
  border: solid 2px black;
  border-top: none;
  text-align: center;
}

.olControlPermalink {
  right: 3px;
  bottom: 1.5em;
  display: block;
  position: absolute;
  font-size: smaller;
}

div.olControlMousePosition {
  bottom: 0;
  right: 3px;
  display: block;
  position: absolute;
  font-family: Arial;
  font-size: smaller;
}

.olControlOverviewMapContainer {
  position: absolute;
  bottom: 0;
  right: 0;
}

.olControlOverviewMapElement {
  padding: 10px 18px 10px 10px;
  background-color: #00008b;
  -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton,
.olControlOverviewMapMaximizeButton {
  height: 18px;
  width: 18px;
  right: 0;
  bottom: 80px;
  cursor: pointer;
}

.olControlOverviewMapExtentRectangle {
  overflow: hidden;
  cursor: move;
  border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
  overflow: hidden;
  cursor: move;
  background-repeat: no-repeat;
  background-position: center;
}

.olLayerGeoRSSDescription {
  float: left;
  width: 100%;
  overflow: auto;
  font-size: 1em;
}
.olLayerGeoRSSClose {
  float: right;
  color: gray;
  font-size: 1.2em;
  margin-right: 6px;
  font-family: sans-serif;
}
.olLayerGeoRSSTitle {
  float: left;
  font-size: 1.2em;
}

.olPopupContent {
  padding: 5px;
  overflow: auto;
}

.olControlNavigationHistory {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.olControlNavigationHistoryPreviousItemActive {
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive {
  background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive {
  background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive {
  background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive {
  background-image: url(../images/save_features_on.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
  background-image: url(../images/save_features_off.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}

.olHandlerBoxZoomBox {
  border: 2px solid red;
  position: absolute;
  background-color: white;
  opacity: 0.5;
  font-size: 1px;
  filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
  border: 2px solid blue;
  position: absolute;
  background-color: white;
  opacity: 0.5;
  font-size: 1px;
  filter: alpha(opacity=50);
}

.olControlPanPanel {
  top: 10px;
  left: 5px;
}

.olControlPanPanel div {
  background-image: url(../images/pan-panel.png);
  height: 18px;
  width: 18px;
  cursor: pointer;
  position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
  top: 0;
  left: 9px;
  background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
  top: 36px;
  left: 9px;
  background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
  position: absolute;
  top: 18px;
  left: 0;
  background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
  top: 18px;
  left: 18px;
  background-position: 18px 18px;
}

.olControlZoomPanel {
  top: 71px;
  left: 14px;
}

.olControlZoomPanel div {
  background-image: url(../images/zoom-panel.png);
  position: absolute;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
  top: 18px;
  left: 0;
  background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
  top: 36px;
  left: 0;
  background-position: 0 18px;
}

/*
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154)
*/
.olControlPanZoomBar div {
  font-size: 1px;
}

.olPopupCloseBox {
  background: url("../images/close.gif") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
  padding: 5px;
  overflow: auto;
}

.olControlNoSelect {
  -moz-user-select: none;
  -khtml-user-select: none;
}

/**
 * Cursor styles
*/

.olCursorWait {
  cursor: wait;
}
.olDragDown {
  cursor: move;
}
.olDrawBox {
  cursor: crosshair;
}
.olControlDragFeatureOver {
  cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
  cursor: -moz-grabbing;
}

/**
 * Layer switcher
*/
.olControlLayerSwitcher {
  position: absolute;
  top: 25px;
  right: 0;
  width: 20em;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  font-size: smaller;
  color: white;
  background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  background-color: darkblue;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
  padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
  width: 18px;
  height: 18px;
  top: 5px;
  right: 0;
  cursor: pointer;
}

.olBingAttribution {
  color: #ddd;
}
.olBingAttribution.road {
  color: #333;
}

.olGoogleAttribution.hybrid,
.olGoogleAttribution.satellite {
  color: #eee;
}
.olGoogleAttribution {
  color: #333;
}
span.olGoogleAttribution a {
  color: #77c;
}
span.olGoogleAttribution.hybrid a,
span.olGoogleAttribution.satellite a {
  color: #eee;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
*/
.olControlNavToolbar,
.olControlEditingToolbar {
  margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  margin: 0 0 5px 5px;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
/* positions */
.olControlEditingToolbar {
  right: 0;
  top: 0;
}
.olControlNavToolbar {
  top: 295px;
  left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
  float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
  background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive,
.olControlEditingToolbar .olControlNavigationItemActive {
  background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
  background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive {
  background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
  background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
  background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
  background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
  background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
  background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
  background-position: -26px -24px;
}

div.olControlZoom {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}
div.olControlZoom a {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica,
    sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 22px;
  width: 22px;
  line-height: 19px;
  background: #130085; /* fallback for IE - IE6 requires background shorthand*/
  background: rgba(0, 60, 136, 0.5);
  filter: alpha(opacity=80);
}
div.olControlZoom a:hover {
  background: #130085; /* fallback for IE */
  background: rgba(0, 60, 136, 0.7);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 600px) {
  div.olControlZoom a:hover {
    background: rgba(0, 60, 136, 0.5);
  }
}
a.olControlZoomIn {
  border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
  border-radius: 0 0 4px 4px;
}

/**
 * Animations
*/

.olLayerGrid .olTileImage {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* Custom editing toolbar */
.customEditingToolbar {
  float: right;
  right: 0px;
  height: 30px;
  width: 280px;
}
.customEditingToolbar div {
  float: right;
  margin: 5px;
  width: 24px;
  height: 24px;
}
.olControlNavigationItemActive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -103px -23px;
}
.olControlNavigationItemInactive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -103px -0px;
}
.olControlDrawFeaturePolygonItemInactive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -26px 0px;
}
.olControlDrawFeaturePolygonItemActive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -26px -23px;
}
.olControlDrawFeatureLineItemActive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px -23px;
}
.olControlDrawFeatureLineItemInactive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px 0px;
}
.olControlDrawFeatureAddPointItemActive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -77px -23px;
}
.olControlDrawFeatureAddPointItemInactive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -77px 0px;
}
.olControlModifyFeatureItemActive {
  background-image: url(../images/move_feature_on.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.olControlModifyFeatureItemInactive {
  background-image: url(../images/move_feature_off.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.olControlDeleteFeatureItemActive {
  background-image: url(../images/remove_point_on.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.olControlDeleteFeatureItemInactive {
  background-image: url(../images/remove_point_off.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.olControlCutFeatureItemActive {
  background-image: url(../images/cutActive.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.olControlCutFeatureItemInactive {
  background-image: url(../images/cutInActive.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlDrawFeaturePointItemActive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px -23px;
}
.olControlDrawFeaturePointItemInActive {
  background-image: url("../images/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px 0px;
}

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;
}

.olControlLoadingPanel {
  background-image: url(../images/loadingbar.gif);
  position: relative;
  width: 220px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  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;*/
}
.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;
}
.wizardButton {
  background-image: url("../images/wizard.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.filterData {
  background-image: url("../images/filter.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.appHome {
  background-image: url("../images/application_home.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-gray.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;*/
}
.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;
}
.uploadData {
  background-image: url("../images/uploadData.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;
}
.refreshSessionControl {
  background-image: url("../images/refreshSession.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.shareSessionControl {
  background-image: url("../images/shareSession.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.changeSessionControl {
  background-image: url("../images/modifyInspection.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.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/areaTool.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.drawTextControl {
  background-image: url("../images/mapControls/textTool.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.drawLineControl {
  background-image: url("../images/mapControls/lineTool.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;
}
.drawPolygonControl {
  background-image: url("../images/mapControls/polyhonTool.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;
}
.historyworkflow {
  background-image: url("../images/history.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;
}
.helpContact {
  background-image: url("../images/help-contact.png") !important;
}
.workflowMenu {
  background-image: url("../images/workflow-icon.png") !important;
}

.emptyBtn {
  border-color: rgba(246, 246, 246, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: none;
  background-image: none;
  background-color: transparent !important;
  background-image: none !important;
}

.emptyBtn .x-btn-pressed {
  border-color: rgba(246, 246, 246, 0) !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: none;
  background-image: none;
  background-color: transparent !important;
  background-image: none !important;
}

.emptyBtn .x-btn-over {
  border-color: rgba(246, 246, 246, 0) !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: none;
  background-image: none;
  background-color: transparent !important;
  background-image: none !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;
}
.submitChanges {
  background-image: url("../images/submit_changes.png") !important;
}
.correctionnote {
  background-image: url("../images/corrnotes.png") !important;
}

.identifyicon {
  background-image: url("../images/identify.png") !important;
}
.queryAttribMenu {
  background-image: url("../images/query_attrib.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);
}
.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);
}
.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);
}

.approveToolbarIcon {
  background-image: url(../images/approval_action.png);
}
.approveControl {
  background-image: url(../images/tick.png);
}
.rejectControl {
  background-image: url(../images/cross.png);
}

.legendqueriedhistory2010 {
  background-image: url(../images/legendqueriedhistory2010.png);
}
.legendqueriedhistory2009 {
  background-image: url(../images/legendqueriedhistory2009.png);
}
.legendqueriedhistory2008 {
  background-image: url(../images/legendqueriedhistory2008.png);
}
.legendqueriedhistory2007 {
  background-image: url(../images/legendqueriedhistory2007.png);
}
.legendqueriedhistory2006 {
  background-image: url(../images/legendqueriedhistory2006.png);
}
.legendqueriedhistory2005 {
  background-image: url(../images/legendqueriedhistory2005.png);
}
.legendqueriedhistory2004 {
  background-image: url(../images/legendqueriedhistory2004.png);
}
.legendqueriedhistory2003 {
  background-image: url(../images/legendqueriedhistory2003.png);
}
.legendqueriedhistory2002 {
  background-image: url(../images/legendqueriedhistory2002.png);
}
.legendqueriedhistory2001 {
  background-image: url(../images/legendqueriedhistory2001.png);
}
.legendqueriedhistory2000 {
  background-image: url(../images/legendqueriedhistory2000.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);
}
.abandonedLiquidPipeLines {
  background-image: url(../images/abandonedLiquidPipeLines.png);
}
.abandonedGasPipeLines {
  background-image: url(../images/abandonedGasPipeLines.png);
}
.countyBoundaryChanges {
  background-image: url(../images/psap_polygon.png);
}
.legendallhazardousliquidpipeline {
  background-image: url(../images/legendallhazardousliquidpipeline.png);
}
.legendeditedPipeline {
  background-image: url(../images/editedPipeline.png);
}
.legendqueriedPipeline1 {
  background-image: url(../images/legendqueriedPipeline1.png);
}
.legendqueriedPipeline2 {
  background-image: url(../images/legendqueriedPipeline3.png);
}
.legenddeletedPipeline {
  background-image: url(../images/legenddeletedPipeline.png);
}

.legendallPipelines {
  background-image: url(../images/allPipelines.png);
}
.alloperators {
  background-image: url(../images/alloperators.png);
}
.olControlScaleLine {
  padding-bottom: 30px;
}
.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;
}
.olImageLoadError {
  /* when OL encounters a 404, don't display the pink image */
  display: none !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;
}
.overview {
  margin-top: -10px;
  margin-left: -10px;
  background: #ffffff;
  width: 80px;
  height: 100px;
  color: #000;
}
.searchWindow {
  background-image: url("../images/queryopid.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.selectOPID {
  background-image: url("../images/selectOPID.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.historySubmit {
  background-image: url("../images/historyImg.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;
}
.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);
}
.legendTownship {
  background-image: url(../images/legendtownship.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);
}
.searchButton {
  background-image: url("../images/search_btn.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.filterButton {
  background-image: url("../images/filter.png") !important;
  background-repeat: no-repeat;
}
.custom-border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.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;
}
.mapButtons {
  text-align: right;
  height: 54px;
  cursor: pointer;
  right: 5px;
  top: 5px;
}

.mapButtonItemInactive {
  background-image: url("../images/mapControls/mapButton.png") !important;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  width: 91px;
  height: 22px;
}
.mapButtonItemActive {
  background-image: url("../images/mapControls/satelliteButton.png") !important;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  width: 91px;
  height: 22px;
}

.olControlLayerSwitcher .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;
}

.olControlZoomIn {
  background: #ffa500 !important;
}
.olControlZoomOut {
  background: #ffa500 !important;
}
.configMenu {
  background-image: url("../images/configure.png") !important;
}
.configGroup {
  background-image: url("../images/group.png") !important;
}
.configUser {
  background-image: url("../images/user.png") !important;
}
.contactIcon {
  background-image: url("../images/contact.png") !important;
}
.configTools {
  background-image: url("../images/tools.png") !important;
}
.addFeature {
  background-image: url("../images/add.png") !important;
}
.editFeature {
  background-image: url("../images/editTools.png") !important;
}
.deleteFeature {
  background-image: url("../images/delete.png") !important;
}
.reportTrouble {
  background-image: url("../images/report.png") !important;
}
.uploadDocument {
  background-image: url("../images/arrow_up.png") !important;
}
.drawControl {
  background-image: url("../images/draw.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.featureMoveControl {
  background-image: url("../images/shape_move_front.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.featureRotateControl {
  background-image: url("../images/arrow_rotate_clockwise.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.featureVerticesControl {
  background-image: url("../images/vertices.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.featureSelectControl {
  background-image: url("../images/select_feature.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.featureSplitControl {
  background-image: url("../images/split.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.featureTrimControl {
  background-image: url("../images/mapControls/trim.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.featureValidateControl {
  background-image: url("../images/tick.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.saveControl {
  background-image: url("../images/save.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.saveEditControl {
  background-image: url("../images/save_floppy.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.postControl {
  background-image: url("../images/post.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.editPointFeature {
  background-image: url("../images/point.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.addPointFeature {
  background-image: url("../images/addPoint.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.disabledSnapControl {
  background-image: url("../images/snap_disabled.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.enabledSnapControl {
  background-image: url("../images/snap_enabled.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.enabledJurisdiction {
  background-image: url("../images/jurisdiction_enabled.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.disabledJurisdiction {
  background-image: url("../images/jurisdiction_disabled.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.addLineFeature {
  background-image: url("../images/add_polyline.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.moveLineFeature {
  background-image: url("../images/move_line.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.addPolygonFeature {
  background-image: url("../images/addPolygon.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.summaryIcon {
  background-image: url("../images/summary.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.movePolygonFeature {
  background-image: url("../images/movePolygon.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.editPolygonFeature {
  background-image: url("../images/boundary.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.editFeatureAttributes {
  background-image: url("../images/edit.png") !important;
  background-repeat: no-repeat;
  width: 16px;
}
.titleTextStyle {
  color: #157fcc;
  font-size: 13px;
  font-weight: 300;
  font-family: helvetica, arial, verdana, sans-serif;
  line-height: 16px;
}
.taskListTab .x-tab-bar-body {
  display: none !important;
}
.tocTreePanel .x-tree-expander {
  /*visibility: hidden !important;*/
  background-image: url("../images/elbow.png") !important;
  pointer-events: none !important;
}
#map_zoom_slider {
  margin-left: 15px !important;
}
body {
  background-color: #fff;
  overflow: hidden;
  font-family: "Trebuchet MS";
}

#titlePane {
  width: 240px;
}
.claro .dijitTitlePaneTitle {
  background: #fff;
  font-weight: 600;
  border: none;
  border-bottom: solid 1px #29201a;
  border-top: solid 1px #29201a;
}
.claro .dijitTitlePaneTitleHover {
  background: #eee;
}
.claro .dijitTitlePaneTitleActive {
  background: #808775;
}
.claro .dijitTitlePaneContentOuter {
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.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;
}

.templatePicker {
  border: none;
  border-radius: 0;
}

.dj_ie .infowindow .window .top .right .user .content {
  position: relative;
}
.dj_ie .simpleInfoWindow .content {
  position: relative;
}

.esriAttributeInspector {
  height: 100px;
}
.esriAttributeInspector .atiLayerName {
  display: none;
}
.saveButton {
  padding-left: 45px;
  margin: 0px;
  width: 16px;
  height: 16px;
}
#detailPane {
  height: 20px;
  color: #570026;
  font-size: 12pt;
  font-weight: 600;
  overflow: hidden;
}
.evenObStyle {
  background: #fff;
  padding: 5px;
}
.oddObStyle {
  background: #fff;
  padding: 5px;
}
.close {
  background-image: url(../images/close.png);
}
.addcomments {
  background-image: url(../images/addcomments.png);
}
.comments {
  background-image: url(../images/comments.png);
}

#validateTextDiv {
  height: 150px;
  word-wrap: break-word;
  overflow-y: auto;
  padding: 5px;
}
div[class~="tocTreePanel"] 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;
}
.topToolBar {
  //background: url(../images/toolbarBck.png) repeat-x;
}
.topToolBar .x-btn {
  //background: url(../images/buttonBg_1.png) repeat-x;
}
.topToolBar .x-btn-inner {
  color: #666666;
}
.topToolBar .x-component {
  color: #666666;
}
.topToolBar .x-btn-menu-active,
.topToolBar .x-btn-pressed {
  border-color: #c6c6c6 !important;
  background: transparent;
  background-color: #e1e1e1 !important;
}
.topToolBar .x-btn:hover {
  background: transparent;
}
.squareBg .x-panel-body {
  background: url(../images/pattern.jpg) !important;
}
.mapClass {
  background: url(../images/pattern.jpg) !important;
}
.whiteBg {
  background: #fff !important;
}
.overFlowBtn .x-btn-inner {
  white-space: normal !important;
  line-height: normal !important;
}

.topToolBar {
  border-bottom: 1px #ccc solid !important;
}
.bottomToolbar {
  border-top: 1px #ccc solid !important;
}
.wizardItem {
  background: #157fcc;
  width: 200px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  height: 50px;
}

.wizardItemLeft,
.wizardItemArrowRight {
  display: inline-block;
}
.wizardItemLeftInactive,
.wizardItemArrowRightInactive {
  display: inline-block;
}

.wizardItemLeft {
  height: 40px;
  width: 200px;
  background-color: #27ae60;
  margin: 0;
  padding-right: 0;
  padding-top: 11px;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}

.wizardItemArrowRight {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-left: 0px;
  border-left: 20px solid #27ae60;
  /*border-left: 20px solid #3892d3;*/
}
.wizardItemLeftInactive {
  height: 40px;
  width: 200px;
  background-color: #3892d3;
  margin: 0;
  padding-right: 0;
  padding-top: 11px;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
}

.wizardItemArrowRightInactive {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-left: 0px;
  //border-left: 20px solid #c0c0c0;
}

.progress-indicator.custom-complex {
  //background-color: #f1f1f1;
  padding: 6px 5px;
  //border: 1px solid #ddd;
  //border-radius: 10px;
}
.progress-indicator.custom-complex > li .bubble {
  height: 10px;
  width: 99%;
  //border-radius: 2px;
  //box-shadow: inset -5px 0 12px rgba(0, 0, 0, 0.2);
}
.progress-indicator.custom-complex > li .bubble:before,
.progress-indicator.custom-complex > li .bubble:after {
  display: none;
}
.color1 {
  /*background: #29b3ff !important;*/
  background: #ffffff !important;
  box-shadow: 2px 2px 4px #888888;
  border: 1px solid #e0e0e0;
}
.color1 .x-panel-body {
  background: transparent !important;
}
.color1 .x-toolbar-default {
  background: transparent !important;
}
.color1 .x-panel-body div {
  /*color: rgba(241, 241, 241, 0.98)!important;*/
  color: #6d6d6d !important;
  vertical-align: middle;
  width: 165px;
  word-wrap: break-word;
  font-weight: bold;
  min-height: 60px;
  padding: 2px 0 0 1px;
}

.color2 {
  /*background: #29b3ff !important;*/
  background: #ffffff !important;
  box-shadow: 2px 2px 4px #888888;
  border: 1px solid #e0e0e0;
}
.color2 .x-panel-body {
  background: transparent !important;
}
.color2 .x-toolbar-default {
  background: transparent !important;
}
.color2 .x-panel-body div {
  /*color: rgba(241, 241, 241, 0.98)!important;*/
  color: #6d6d6d !important;
  vertical-align: middle;
  width: 195px;
  word-wrap: break-word;
  font-weight: bold;
  min-height: 60px;
  padding: 2px 0 0 1px;
}
.contactTab .x-tab {
  width: 200px;
}
.wizClickItem {
  cursor: pointer;
}

.clickable {
  cursor: pointer;
}
/*.contactInfoPanel .x-panel {
    border: 1px solid;

}*/

#contactInfoPanel .x-panel-default-outer-border-rbl {
  border: 1px solid;
  border-top-color: transparent !important;
  border-right-color: #c1c1c1 !important;
  border-right-width: 1px !important;
  border-bottom-color: #c1c1c1 !important;
  border-bottom-width: 1px !important;
  border-left-color: #c1c1c1 !important;
  border-left-width: 1px !important;
}

#contactInfoPanelUD .x-panel-default-outer-border-rbl {
  border: 1px solid;
  border-top-color: transparent !important;
  border-right-color: #c1c1c1 !important;
  border-right-width: 1px !important;
  border-bottom-color: #c1c1c1 !important;
  border-bottom-width: 1px !important;
  border-left-color: #c1c1c1 !important;
  border-left-width: 1px !important;
}
#contactInfoPanelNC .x-panel-default-outer-border-rbl {
  border: 1px solid;
  border-top-color: transparent !important;
  border-right-color: #c1c1c1 !important;
  border-right-width: 1px !important;
  border-bottom-color: #c1c1c1 !important;
  border-bottom-width: 1px !important;
  border-left-color: #c1c1c1 !important;
  border-left-width: 1px !important;
}
#contactInfoPanelMV .x-panel-default-outer-border-rbl {
  border: 1px solid;
  border-top-color: transparent !important;
  border-right-color: #c1c1c1 !important;
  border-right-width: 1px !important;
  border-bottom-color: #c1c1c1 !important;
  border-bottom-width: 1px !important;
  border-left-color: #c1c1c1 !important;
  border-left-width: 1px !important;
}
.x-tab-default-top.x-tab-focus.x-tab-active {
  -webkit-box-shadow:
    transparent 0 1px 0px 0 inset,
    transparent 0 -1px 0px 0 inset,
    transparent -1px 0 0px 0 inset,
    transparent 1px 0 0px 0 inset;

  -moz-box-shadow:
    transparent 0 1px 0px 0 inset,
    transparent 0 -1px 0px 0 inset,
    transparent -1px 0 0px 0 inset,
    transparent 1px 0 0px 0 inset;

  box-shadow:
    transparent 0 1px 0px 0 inset,
    transparent 0 -1px 0px 0 inset,
    transparent -1px 0 0px 0 inset,
    transparent 1px 0 0px 0 inset;
}
.x-tab-default-top.x-tab-focus {
  -webkit-box-shadow:
    transparent 0 1px 0px 0 inset,
    transparent 0 -1px 0px 0 inset,
    transparent -1px 0 0px 0 inset,
    transparent 1px 0 0px 0 inset;

  -moz-box-shadow:
    transparent 0 1px 0px 0 inset,
    transparent 0 -1px 0px 0 inset,
    transparent -1px 0 0px 0 inset,
    transparent 1px 0 0px 0 inset;

  box-shadow:
    transparent 0 1px 0px 0 inset,
    transparent 0 -1px 0px 0 inset,
    transparent -1px 0 0px 0 inset,
    transparent 1px 0 0px 0 inset;
}
.bottomText {
  height: 20px !important;
  border: 1px solid #72baef;
  color: #0079d9;
}
.bottomText td {
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  padding: 2px;
  line-height: 17px;
  font-family: helvetica, arial, verdana, sans-serif;
}
.blueBorder {
  border: none !important;
  background: #ededed;
  padding: 0 10px;
  margin: 0 0 10px;
}
.customInvalid .x-form-invalid-field {
  border-color: #cf4c35 #cf4c35 #cf4c35 !important;
}
#identifyWindow .identifyWindowGrid .x-grid-view {
  overflow-x: hidden !important;
  position: relative;
}
#identifyWindow .x-fieldset-default {
  padding: 10px 10px 10px 10px !important;
}

.x-mask.x-focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent !important;
}
/*
.x-progress-bar{
    background: transparent !important;
}

.x-progress {
    -webkit-animation-name: x-loading-spinner-rotate;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: x-loading-spinner-rotate;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.x-progress {
    background: url(../images/loader.png) no-repeat center !important;
    height: 1em;
    width: 1em;
    position: relative;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.x-progress {
    border-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none !important;
}
.x-progress {
    margin: 0px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.x-progress,
.x-progress :after {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}*/

/*.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;
}*/

.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;
}
.mileage .x-grid-cell-inner {
  padding-left: 15px;
}
.x-grid-row-summary .x-grid-cell-inner {
  font-weight: bold;
}
.x-column-header-text {
  white-space: normal !important;
}
