.MNImage .View {
  position: absolute;
  top: 0;
  left: 0;
}
.MNImage.SecurityImage {
  width: 109px;
  height: 71px;
  position: relative;
  padding: 5px;
}
.MNImage.SecurityImage > .Content {
  position: relative;
  height: 109px;
  width: 71px;
}
.MNImage.SecurityImage > .Content > .Image {
  position: relative;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
.MNImage.Faded img,
.MNImage.Blocked img,
.MNImage.BlockedNoIcon img,
.MNImage.BlockedBlue img {
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=60);
}
.MNImage.Blocked > .Content,
.MNImage.BlockedNoIcon > .Content,
.MNImage.BlockedBlue > .Content {
  position: relative;
  display: inline-block;
}
.MNImage.Blocked > .Content > .Title,
.MNImage.BlockedNoIcon > .Content > .Title,
.MNImage.BlockedBlue > .Content > .Title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.MNImage.Blocked > .Content > .Title > .BlockedBlueText,
.MNImage.BlockedNoIcon > .Content > .Title > .BlockedBlueText,
.MNImage.BlockedBlue > .Content > .Title > .BlockedBlueText {
  width: 100%;
  color: #317394;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.MNImage.Blocked > .Content > .Title > .BlockedBlueText:before,
.MNImage.BlockedNoIcon > .Content > .Title > .BlockedBlueText:before,
.MNImage.BlockedBlue > .Content > .Title > .BlockedBlueText:before {
  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: '\e819';
  font-size: 26px;
  color: #317394;
  display: block;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 2px;
}
.MNImage.Blocked > .Content > .Title > .BlockedText,
.MNImage.BlockedNoIcon > .Content > .Title > .BlockedText,
.MNImage.BlockedBlue > .Content > .Title > .BlockedText {
  width: 100%;
  color: #bd004f;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.MNImage.Blocked > .Content > .Title > .BlockedText:before,
.MNImage.BlockedNoIcon > .Content > .Title > .BlockedText:before,
.MNImage.BlockedBlue > .Content > .Title > .BlockedText:before {
  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: '\e81c';
  font-size: 26px;
  color: #bd004f;
  display: block;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 2px;
}
.MNImage.Blocked > .Content > .Title > .BlockedTextNoIcon,
.MNImage.BlockedNoIcon > .Content > .Title > .BlockedTextNoIcon,
.MNImage.BlockedBlue > .Content > .Title > .BlockedTextNoIcon {
  width: 100%;
  color: #bd004f;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.MNImage.TemporaryBlockage > .Content {
  position: relative;
  display: inline-block;
  background-color: black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.MNImage.TemporaryBlockage > .Content > .Title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.MNImage.TemporaryBlockage > .Content > .Title > .TemporaryBlockageText {
  width: 100%;
  color: lightgray;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.MNImage.TemporaryBlockage > .Content > .Title > .TemporaryBlockageText:before {
  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: '\e81e';
  font-size: 26px;
  color: lightgray;
  display: block;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 2px;
}
.MNImage.TemporaryBlockage img {
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=70);
}
.MNImage.Round {
  margin-bottom: 40px;
}
.MNImage.Round img {
  margin: 0 auto;
  width: 115px;
  height: 115px;
  border: 2px solid transparent;
}
.MNImage.Round .Description {
  margin-top: 20px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  max-height: 28px;
}
.MNImage.Round .attachment {
  width: 26px;
  height: 26px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  top: 48%;
  left: 53%;
}
.MNImage.Round .attachment:before {
  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: '\e825';
  font-size: 55px;
  color: #bd004f;
  position: relative;
  left: -15px;
  top: -15px;
}
.MNImage.RoundPlain {
  margin-bottom: 20px;
}
.MNImage.RoundPlain img {
  margin: auto;
  border: 2px solid transparent;
}
.MNImage.RoundBorder {
  margin-bottom: 20px;
}
.MNImage.RoundBorder img {
  margin: auto;
  border: 1px solid #c3c3c3;
}
.MNImage.RoundBorder img:hover {
  border: 2px solid #bd004f;
  cursor: pointer;
}
.MNImage.RoundBorder.Selected img {
  border: 2px solid #bd004f;
}
.MNImage.RoundWithBorderAndShadow img,
.MNImage.RoundWithBorderAndShadowAnd53Pixel img {
  margin: auto;
  border: 3px solid white;
  -moz-box-shadow: 0px 5px 18px #cccccc;
  -webkit-box-shadow: 0px 5px 18px #cccccc;
  box-shadow: 0px 5px 18px #cccccc;
}
.MNImage.RoundWithBorderAndShadow .RadiusTwo,
.MNImage.RoundWithBorderAndShadowAnd53Pixel .RadiusTwo {
  border: 2px solid white;
}
.MNImage.RoundWithBorderAndShadow .RadiusThree,
.MNImage.RoundWithBorderAndShadowAnd53Pixel .RadiusThree {
  border: 3px solid white;
}
.MNImage.RoundWithBorderAndShadow .RadiusFour,
.MNImage.RoundWithBorderAndShadowAnd53Pixel .RadiusFour {
  border: 4px solid white;
}
.MNImage.RoundWithBorderAndShadow .RadiusFive,
.MNImage.RoundWithBorderAndShadowAnd53Pixel .RadiusFive {
  border: 5px solid white;
}
.MNImage.RoundWithBorderAndShadowAnd53Pixel img {
  width: 53px;
  height: 53px;
}
.MNImage.RoundWithAttachIcon,
.MNImage.RoundWithAttachIconLarge {
  display: table;
}
.MNImage.RoundWithAttachIcon > div,
.MNImage.RoundWithAttachIconLarge > div {
  width: 100%;
}
.MNImage.RoundWithAttachIcon > div > .Image,
.MNImage.RoundWithAttachIconLarge > div > .Image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.MNImage.RoundWithAttachIcon .attachment,
.MNImage.RoundWithAttachIconLarge .attachment {
  width: 26px;
  height: 26px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  margin-top: -21px;
  left: 27px;
}
.MNImage.RoundWithAttachIcon .attachment:before,
.MNImage.RoundWithAttachIconLarge .attachment:before {
  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: '\e825';
  font-size: 55px;
  color: #bd004f;
  position: relative;
  left: -15px;
  top: -15px;
}
.MNImage.RoundWithDescriptionOnTheRight {
  display: flex;
  align-items: center;
}
.MNImage.RoundWithDescriptionOnTheRight .Description {
  margin-left: 10px;
}
.MNImage.RoundWithDescriptionOnTheRight > div > .Image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .MNImage.Round {
    margin-bottom: 30px;
  }
  .MNImage.Round img {
    width: 100px;
    height: 100px;
  }
}
