/* DO NOT MODIFY THIS FILE. THE CONTENT IS BEING AUTOMATICALLY CREATED. /*
/* SOURCE FILE: D:\a\1\s\Services\CWS.Web\less\IeBanner.css */

.ie-banner {
  background-color: #0e083d;
  color: #fff;
  font-size: 14px;
  clear: both;
  display: none;
}
.ie-banner-text {
  margin: 0;
  padding-left: 32px;
  flex: 1 1 auto;
}
.ie-banner-main {
  font-weight: bold;
}
.ie-banner-btn-group {
  padding: 12px 16px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 210px;
}
.ie-banner-btn:link,
.ie-banner-btn:visited {
  background-color: #0275d8;
  color: inherit;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: capitalize;
}
.ie-banner-dismiss {
  cursor: pointer;
}
.ie-banner.active {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}