.MNButton {
  position: relative;
}
.MNButton.Disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.MNButton > .Content {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.MNButton > .Content > img {
  vertical-align: middle;
  outline: none;
}
.MNButton > .Icon {
  height: 29px;
  width: 29px;
  background: url('WebResource.ashx?resource=BankMillennium.Resources.MNButton.MNButton.png&version=20251029122807');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: -14px;
  margin-right: 12px;
}
.MNButton > .Icon.Plus {
  background-position: -6px 0px;
}
.MNButton > .Icon.List {
  background-position: -6px -29px;
}
.MNButton > .Icon.ArrowDown {
  background-position: -6px -58px;
}
.MNButton > .Icon.FaceBook {
  background-position: -6px -87px;
}
.MNButton.Primary {
  background: #bd004f;
  border: 1px solid #bd004f;
  color: white;
}
.MNButton.Primary > .Icon {
  border-right: 1px solid #bd004f;
}
.MNButton.Primary:hover {
  background: #950136;
  border: 1px solid #950136;
}
.MNButton.Primary:hover > .Icon {
  border-right: 1px solid #950136;
}
.MNButton.PrimaryRounded,
.MNButton.PrimaryRoundedWhiteBackground,
.MNButton.SecondaryRoundedGray,
.MNButton.BlueRoundedWhiteBackground,
.MNButton.SecondaryRoundedGrayNoBorder {
  display: table;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
}
.MNButton.PrimaryRounded > .Content,
.MNButton.PrimaryRoundedWhiteBackground > .Content,
.MNButton.SecondaryRoundedGray > .Content,
.MNButton.BlueRoundedWhiteBackground > .Content,
.MNButton.SecondaryRoundedGrayNoBorder > .Content {
  display: table-cell;
  min-width: 75px;
}
.MNButton.PrimaryRounded {
  background: #bd004f;
  border: 1px solid #bd004f;
  border-radius: 3px;
  color: white;
  min-width: 101px;
  height: 45px;
  text-shadow: none !important;
}
.MNButton.PrimaryRounded > .Icon {
  border-right: 1px solid #bd004f;
}
.MNButton.PrimaryRounded:hover {
  background: white;
  border: solid 0.2rem #bd004f;
  color: #bd004f;
}
.MNButton.PrimaryRounded:hover > .Icon {
  border-right: 1px solid #950136;
}
.MNButton.BlueRoundedWhiteBackground {
  background: #109fe7;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  min-width: 101px;
  height: 45px;
  text-shadow: none !important;
}
.MNButton.BlueRoundedWhiteBackground > .Icon {
  border-right: 1px solid #109fe7;
}
.MNButton.BlueRoundedWhiteBackground:hover {
  background: white;
  border: solid 0.2rem #109fe7;
  color: #109fe7;
}
.MNButton.BlueRoundedWhiteBackground:hover > .Icon {
  border-right: 1px solid #109fe7;
}
.MNButton.PrimaryRoundedWhiteBackground {
  background: white;
  border: 2px solid #bd004f;
  border-radius: 3px;
  color: #bd004f;
  font-weight: 600;
  min-width: 101px;
  height: 45px;
}
.MNButton.PrimaryRoundedWhiteBackground > .Icon {
  border-right: 1px solid #bd004f;
}
.MNButton.PrimaryRoundedWhiteBackground:hover {
  background: #bd004f;
  color: white;
  text-shadow: none !important;
}
.MNButton.PrimaryRoundedWhiteBackground > .Content {
  margin: 0px;
}
.MNButton.Secondary {
  background: #ebebeb;
  border: 1px solid #cccccc;
  color: #333333;
}
.MNButton.Secondary > .Icon {
  border-right: 1px solid #b0b0b0;
}
.MNButton.Secondary:hover {
  background: #dddddd;
  border: 1px solid #bababa;
}
.MNButton.Secondary:hover > .Icon {
  border-right: 1px solid #646464;
}
.MNButton.Secondary.Disabled:hover {
  background: #dddddd;
  border: 1px solid #b0b0b0;
  color: #666666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.MNButton.SecondaryRoundedGray,
.MNButton.SecondaryRoundedGrayNoBorder {
  border-radius: 3px;
  color: #777777;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  min-width: 101px;
  height: 45px;
  background: #ededed;
}
.MNButton.SecondaryRoundedGrayNoBorder {
  border-color: transparent;
  text-shadow: none !important;
}
.MNButton.Tertiary {
  background: #0254ae;
  border: 1px solid #0254ae;
  color: white;
}
.MNButton.Tertiary > .Icon {
  border-right: 1px solid #b0b0b0;
}
.MNButton.Tertiary:hover {
  background: #0254ae;
  border: 1px solid #bababa;
}
.MNButton.Tertiary:hover > .Icon {
  border-right: 1px solid #646464;
}
.MNButton.Tertiary.Disabled:hover {
  background: #dddddd;
  border: 1px solid #b0b0b0;
  color: #666666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.MNButton.TertiaryRoundedBlue {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  background: white;
  border: 2px solid #0054ad;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #0054ad;
  font-weight: bold;
  padding: 10px 30px;
}
.MNButton.TertiaryRoundedBlue > .Icon {
  border-right: 1px solid #b0b0b0;
}
.MNButton.TertiaryRoundedBlue:hover {
  background: #0054ad;
  border: 2px solid #0054ad;
  color: white;
  font-weight: bold;
}
.MNButton.TertiaryRoundedBlue:hover > .Icon {
  border-right: 1px solid #646464;
}
.MNButton.TertiaryRoundedBlue.Disabled:hover {
  background: #dddddd;
  border: 1px solid #b0b0b0;
  color: #666666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.MNButton.TertiaryRoundedWhite {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  background-color: transparent;
  border: 2px solid white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  padding: 10px 30px;
}
.MNButton.TertiaryRoundedWhite > .Icon {
  border-right: 1px solid #b0b0b0;
}
.MNButton.TertiaryRoundedWhite:hover {
  opacity: 0.4;
  border: 2px solid #b0b0b0;
  color: white;
  font-weight: bold;
  background-color: #b0b0b0;
}
.MNButton.TertiaryRoundedWhite:hover > .Icon {
  border-right: 1px solid #646464;
}
.MNButton.TertiaryRoundedWhite.Disabled:hover {
  background: #dddddd;
  border: 1px solid #b0b0b0;
  color: #666666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.MNButton.TertiaryRoundedWhiteAndBlue {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: white;
  padding: 10px 20px;
}
.MNButton.TertiaryRoundedWhiteAndBlue > .Icon {
  border-right: 1px solid #b0b0b0;
}
.MNButton.TertiaryRoundedWhiteAndBlue:hover {
  opacity: 1;
  background: #0054ad;
  border: 2px solid #0054ad;
  color: white;
  font-weight: bold;
}
.MNButton.TertiaryRoundedWhiteAndBlue:hover > .Icon {
  border-right: 1px solid #646464;
}
.MNButton.TertiaryRoundedWhiteAndBlue.Disabled:hover {
  background: #dddddd;
  border: 1px solid #b0b0b0;
  color: #666666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.MNButton.TertiaryRoundedGreen {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  background: white;
  border: 2px solid #6ac276;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #6ac276;
}
.MNButton.TertiaryRoundedGreen > .Icon {
  border-right: 1px solid #b0b0b0;
}
.MNButton.TertiaryRoundedGreen:hover {
  background: #6ac276;
  border: 2px solid #6ac276;
  color: white;
  font-weight: bold;
}
.MNButton.TertiaryRoundedGreen:hover > .Icon {
  border-right: 1px solid #646464;
}
.MNButton.TertiaryRoundedGreen.Disabled:hover {
  background: #dddddd;
  border: 1px solid #b0b0b0;
  color: #666666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.MNButton.Transparent {
  background-color: transparent;
}
.MNButton .MNImage {
  margin-right: 5px;
}
.MNButton.SimpleCleanIconState {
  height: 50px;
  padding: 5px;
  border: 1px solid #cccccc;
  background: none;
  display: block;
  text-align: left;
  overflow: hidden;
}
.MNButton.SimpleCleanIconState:before {
  float: left;
}
.MNButton.SimpleCleanIconState:after {
  font-family: "mille_font";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 1.1em;
  margin-right: 0.2em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  color: #737373;
  content: "\e80f";
  font-size: 14px;
  color: #bd004f;
  float: right;
  text-shadow: none;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.MNButton.SimpleCleanIconState:not(.disabled).isOpen {
  background: none;
}
.MNButton.SimpleCleanIconState:not(.disabled).isOpen:after {
  content: "\e812";
}
.MNButton.SimpleCleanIconState:not(.disabled):hover {
  background-color: #cccccc;
}
.MNButton.SimpleCleanIconState.disabled {
  background: none;
  border-color: rgba(204, 204, 204, 0.5);
}
.MNButton.SimpleCleanIconState.disabled:after {
  font-family: "mille_font";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 1.1em;
  margin-right: 0.2em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  color: #737373;
  content: "\e80f";
  font-size: 14px;
  float: right;
}
.MNButton.SimpleCleanIconState.disabled > .MNImage {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.MNButton.SimpleCleanIconState.disabled .btnTitle,
.MNButton.SimpleCleanIconState.disabled .btnSubtitle {
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.MNButton.SimpleCleanIconState:focus > .MNImage {
  outline: none;
}
.MNButton.SimpleCleanIconState .btnTitle,
.MNButton.SimpleCleanIconState .btnSubtitle {
  font-size: 12px;
  font-family: 'Arial';
  color: black;
}
.MNButton.SimpleCleanIconState .btnTitle {
  font-weight: bold;
}
.MNButton.SimpleCleanIconState .btnTitle + .btnSubtitle {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MNButton.SimpleCleanIconState > .Content {
  width: 100%;
  position: absolute;
  left: 0;
  height: 48px;
  top: 0;
  padding: 5px 22px 5px 40px;
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: start;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
.MNButton.SimpleCleanIconState > .Content > div {
  width: 100%;
}
.MNButton.SimpleCleanIconState > .Content > div > p {
  white-space: normal;
  margin: 0;
}
.MNButton.SimpleCleanIconState.cat_img::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 10px;
  left: 5px;
}
.MNButton.SimpleCleanIconState > .MNImage {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  float: left;
}
