/* Copyright (c) Thales UK Limited 2019, All Rights Reserved
   The copyright herein, subject to any pre-existing rights of third parties, is the property of Thales UK Limited.
   It may not be sold, licensed, reproduced, modified, adapted, published, disclosed or translated in any material
   form (including storage in any medium by electronic means whether or not transiently or incidentally) in whole
   or in part without the prior written permission of Thales UK Limited neither shall it be used other than for the
   purpose for which it is supplied. */
/*Styles for IE9, IE8, IE7, IE6*/
/* line 24, ../stylesheets/style_ie.scss */
img {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF );
}

/* line 30, ../stylesheets/style_ie.scss */
.orange-bt {
  background: #B84011 url(/resources/images/common/bt-og.png) repeat-x;
}
/* line 33, ../stylesheets/style_ie.scss */
.orange-bt.hover-og, .orange-bt.hover, .orange-bt:hover {
  background: #B84011 url(/resources/images/common/bt-og-hover.png) repeat-x;
}
/* line 39, ../stylesheets/style_ie.scss */
.orange-bt:active {
  background: #B84011 url(/resources/images/common/bt-og-active.png) repeat-x;
}
/* line 43, ../stylesheets/style_ie.scss */
.orange-bt.disabled, .orange-bt.disabled:hover, .orange-bt.disabled:active {
  cursor: default;
  background: #B84011 url(/resources/images/common/bt-og.png) repeat-x;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 52, ../stylesheets/style_ie.scss */
#map-menu li a,
.grey-bt {
  background: #989898 url(/resources/images/common/bt-gr.png) repeat-x;
}
/* line 56, ../stylesheets/style_ie.scss */
#map-menu li a.hover, #map-menu li a.hover-gr, #map-menu li a:hover,
.grey-bt.hover,
.grey-bt.hover-gr,
.grey-bt:hover {
  background: #989898 url(/resources/images/common/bt-gr-hover.png) repeat-x;
}
/* line 62, ../stylesheets/style_ie.scss */
#map-menu li a:active,
.grey-bt:active {
  background: #989898 url(/resources/images/common/bt-gr-active.png) repeat-x;
}

/* line 67, ../stylesheets/style_ie.scss */
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-search
.search-button {
  background: #0D3E8F url("/resources/images/common/sprite2-ie.png") no-repeat 0 -136px;
}
/* line 70, ../stylesheets/style_ie.scss */
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-search
.search-button.hover, .leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-search
.search-button:hover {
  background-position: -57px -136px;
}

/* line 76, ../stylesheets/style_ie.scss */
.aoi-draw-button {
  background: #0D3E8F url("/resources/images/common/sprite2-ie.png") no-repeat 0 0;
}
/* line 79, ../stylesheets/style_ie.scss */
.aoi-draw-button.hover, .aoi-draw-button:hover {
  background-position: 0 -43px;
}
/* line 84, ../stylesheets/style_ie.scss */
.aoi-draw-button.draw.active-sh {
  border: 1px solid #B84011;
  background-position: 0 -87px;
}

/* line 90, ../stylesheets/style_ie.scss */
.save-view-button {
  background: #0D3E8F url("/resources/images/common/sprite2-ie.png") no-repeat 0 0;
}
/* line 93, ../stylesheets/style_ie.scss */
.save-view-button.hover, .save-view-button:hover {
  background-position: 0 -43px;
}
/* line 98, ../stylesheets/style_ie.scss */
.save-view-button.draw.active-sh {
  border: 1px solid #B84011;
  background-position: 0 -87px;
}

/* line 104, ../stylesheets/style_ie.scss */
#navigation #zoom-map .controls button.z-plus {
  background: #989898 url("/resources/images/common/sprite2-ie.png") no-repeat 0 -187px;
}
/* line 108, ../stylesheets/style_ie.scss */
#navigation #zoom-map .controls button.z-plus.hover-zp, #navigation #zoom-map .controls button.z-plus:hover {
  background-position: -55px -187px;
}
/* line 113, ../stylesheets/style_ie.scss */
#navigation #zoom-map .controls button.z-plus:active {
  background-position: -112px -187px;
}

/* line 118, ../stylesheets/style_ie.scss */
#navigation #zoom-map .controls button.z-minus {
  background: #989898 url("/resources/images/common/sprite2-ie.png") no-repeat 0 -249px;
}
/* line 122, ../stylesheets/style_ie.scss */
#navigation #zoom-map .controls button.z-minus.hover-zm, #navigation #zoom-map .controls button.z-minus:hover {
  background-position: -54px -248px;
}
/* line 127, ../stylesheets/style_ie.scss */
#navigation #zoom-map .controls button.z-minus:active {
  background-position: -112px -248px;
}

/* line 134, ../stylesheets/style_ie.scss */
.xt-select .current-selection {
  background: transparent url("/resources/images/common/sprite2-ie.png") no-repeat 0 -298px;
}
/* line 136, ../stylesheets/style_ie.scss */
.xt-select .current-selection.hover {
  background-position: 0 -342px;
}
/* line 140, ../stylesheets/style_ie.scss */
.xt-select .current-selection.active {
  background-position: -77px -298px;
}
/* line 144, ../stylesheets/style_ie.scss */
.xt-select .current-selection.active.hover {
  background-position: -77px -342px;
}

/* line 150, ../stylesheets/style_ie.scss */
table.table-sortable th {
  padding-right: 20px;
  cursor: default;
  background-image: url(/resources/images/common/bg.gif);
  background-repeat: no-repeat;
  background-position: 100% 90%;
}
/* line 156, ../stylesheets/style_ie.scss */
table.table-sortable th.headerSortUp {
  background-image: url(/resources/images/common/asc.gif);
  background-position: 100% 90%;
}
/* line 160, ../stylesheets/style_ie.scss */
table.table-sortable th.headerSortDown {
  background-image: url(/resources/images/common/desc.gif);
  background-position: 100% 90%;
}
/* line 164, ../stylesheets/style_ie.scss */
table.table-sortable th.noSortIndicator {
  background-image: none;
}
