@charset "utf-8";
/* CSS for news published on nyheter.html or news.html. Can be general per category or specific to a single news item */

/* #news .newsLongTextContainer .button {
  background-color: #fcc000;
  font-weight: 600;
  border-radius: 20px;
  height: 33px;
  padding: 0px 10px;
  width: 150px;
  max-width: 150px;
  margin: auto;
  line-height: 33px;
  color: white;
  cursor: pointer;
  font-size: 12px;
} */

#news .newsLongTextContainer .button.buttonAutoWidth {
  width: auto;
  max-width: none;
}

#news .backToNews {
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 40px;
}

#news .backToNews .button span {
  padding-left: 5px;
}

#news .newsLongTextContainer .button:hover {
  opacity: 0.7;
}

#news .newsLongTextContainer .button a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px !important;
  margin: 0 !important;
}

#news .newsLongTextContainer .textContainer p a {
  font-size: 14px;
  width: auto;
  margin: 0;
  display: inline-block;
}

#news .newsLongTextContainer .buttonContainer {
  text-align: center;
  margin-bottom: 30px;
}

#news .newsLongTextContainer .buttonContainer .button {
  display: inline-block;
  margin: 20px;
}

#newsItem {
  font-size: 14px;
  line-height: 24px;
}

#newsItem .newsItemBackButton {
  position: absolute;
  left: 20px;
  z-index: 10;
}

#newsItem .newsItemBackButton span {
  padding-left: 5px;
}

#newsItem .newsLongTextContainer .newsDateAndCategory {
  text-align: left;
  position: absolute;
  right: 20px;
  font-size: 12px;
}

/* ----- Kundcase och press ----- */

#news .newsLongTextContainer .news-kundcase,
#news .newsLongTextContainer .news-press {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  border-left: 1px solid #fcc000;
}

#news .newsLongTextContainer .news-kundcase .ingress,
#news .newsLongTextContainer .news-press .ingress {
  font-weight: 600;
  column-count: 1;
}

#news .newsLongTextContainer .news-kundcase p,
#news .newsLongTextContainer .news-press p {
  column-count: 2;
}

@media only screen and (max-width: 700px) {
  #news .newsLongTextContainer .news-kundcase p,
  #news .newsLongTextContainer .news-press p {
    column-count: 1;
  }
  #newsItem .newsLongTextContainer .news-produktnyheter .app-pic {
    width: 100% !important;
  }
}

#news .newsLongTextContainer .news-kundcase p img,
#news .newsLongTextContainer .news-press p img {
  max-width: 100%;
}

#news .newsLongTextContainer .news-kundcase p .bildtext,
#news .newsLongTextContainer .news-press p .bildtext {
  font-size: 12px;
  text-align: right;
  width: 100%;
  display: inline-block;
}

/* ----- END Kundcase ----- */

/* ----- Produktnyheter ----- */

#news .newsLongTextContainer .news-produktnyheter,
#newsItem .newsLongTextContainer .news-produktnyheter {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  border-left: 1px solid #fcc000;
  position: relative;
}

#news .newsLongTextContainer .news-produktnyheter .subnewsContainer,
#newsItem .newsLongTextContainer .news-produktnyheter .subnewsContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
  margin: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}

#news .newsLongTextContainer .news-produktnyheter .subnewsContainer.width100,
#newsItem
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer.width100 {
  display: block;
  width: 100%;
}

#news .newsLongTextContainer .news-produktnyheter .subnewsContainer h3,
#newsItem .newsLongTextContainer .news-produktnyheter .subnewsContainer h3 {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
}

#news .newsLongTextContainer .news-produktnyheter .subnewsContainer .image,
#newsItem .newsLongTextContainer .news-produktnyheter .subnewsContainer .image {
  flex: 1 1 50%;
}

#news .newsLongTextContainer .news-produktnyheter .subnewsContainer .image img,
#newsItem
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer
  .image
  img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#news .newsLongTextContainer .news-produktnyheter .img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#newsItem .newsLongTextContainer .news-produktnyheter img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 10px 0;
}

#newsItem .newsLongTextContainer .news-produktnyheter .app-pic {
  margin: auto;
  width: 60%;
  padding-bottom: 20px;
}
#newsItem .newsLongTextContainer .news-produktnyheter .app-pic img {
  border-radius: 0px;
  border: none;
}

#news
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer
  .textContent,
#newsItem
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer
  .textContent {
  flex: 1 1 50%;
  display: inline-block;
  white-space: normal;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
}

#news
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer.flex60-40
  .textContent,
#newsItem
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer.flex60-40
  .textContent {
  flex: 1 1 60%;
}

#news
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer.flex60-40
  .image,
#newsItem
  .newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer.flex60-40
  .image {
  flex: 1 1 40%;
}

#news .newsLongTextContainer .news-produktnyheter a.smallLink,
#newsItem .newsLongTextContainer .news-produktnyheter a.smallLink {
  font-size: 12px;
  text-align: left;
  margin: 0;
}

#news .newsLongTextContainer .news-produktnyheter .subnewsContainer,
#newsItem .newsLongTextContainer .news-produktnyheter .subnewsContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
  margin: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}

#newsItem .newsletterButtonContainer {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  display: none;
}

#newsItem {
  position: relative;
}

@media only screen and (max-width: 1060px) {
  #news .newsLongTextContainer .news-produktnyheter .subnewsContainer,
  #newsItem .newsLongTextContainer .news-produktnyheter .subnewsContainer {
    flex-direction: column;
  }
  #news .newsLongTextContainer .news-produktnyheter .subnewsContainer .image,
  #news
    .newsLongTextContainer
    .news-produktnyheter
    .subnewsContainer
    .textContent,
  #newsItem
    .newsLongTextContainer
    .news-produktnyheter
    .subnewsContainer
    .image,
  #newsItem
    .newsLongTextContainer
    .news-produktnyheter
    .subnewsContainer
    .textContent {
    flex: 1 1 auto;
    text-align: center;
    padding: 0 20px;
  }
  #news .newsLongTextContainer .news-produktnyheter .subnewsContainer h3,
  #newsItem .newsLongTextContainer .news-produktnyheter .subnewsContainer h3 {
    text-align: center;
  }
}

/* ----- END Produktnyheter ----- */

/* ----- vdbrev ----- */

#news .newsLongTextContainer .news-vdbrev {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  border-left: 1px solid #fcc000;
}

#news .newsLongTextContainer .news-vdbrev .subnewsContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
  margin: auto;
  white-space: nowrap;
}

#news .newsLongTextContainer .news-vdbrev .subnewsContainer .image {
  flex: 1 1 50%;
}

#news .newsLongTextContainer .news-vdbrev .subnewsContainer .image img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#news .newsLongTextContainer .news-vdbrev .subnewsContainer .textContent {
  flex: 1 1 50%;
  display: inline-block;
  white-space: normal;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
}

.newsLongTextContainer {
  display: flex;
  flex-direction: column;
}

.newsLongTextContainer .newsTopSection {
  padding: 20px 0px 50px 0px;
}

@media only screen and (max-width: 1060px) {
  #news .newsLongTextContainer .news-vdbrev .subnewsContainer {
    flex-direction: column;
  }
  #news .newsLongTextContainer .news-vdbrev .subnewsContainer .image,
  #news .newsLongTextContainer .news-vdbrev .subnewsContainer .textContent {
    flex: 1 1 auto;
    text-align: center;
    padding: 0 20px;
  }
}

/* ----- END vdbrev ----- */

/* ----- Service ----- */

#news .newsLongTextContainer .news-service {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

/* ----- END Service ----- */

/* ----- Webinar banner ----- */

.bannerWrapper.webinarBanner {
  padding: 0;
}
.bannerWrapper.webinarBanner .banner {
  width: auto;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 30px 0;
  align-items: center;

  background-color: #f0f0f2;
  height: auto;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
}

.bannerWrapper.webinarBanner .banner.overflowing {
  left: 0;
  width: 100%;
  margin: 0;
}
.webinarBanner .textAndImageContainer {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.webinarBanner .textAndImageContainer .imgContainer {
  flex: 1 0 50%;
  background-image: url(/resources/article_resources/images/webinarBannerImg.jpg);
  background-size: cover;
  min-height: 200px;
  background-position: center;
}
.webinarBanner .textAndImageContainer .headingAndTextContainer {
  flex: 1 0 50%;
  margin: 35px 0;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  line-height: normal;
  text-align: left;
}
.webinarBanner .textAndImageContainer .headingAndTextContainer .heading2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 300;
}
.webinarBanner .textAndImageContainer .headingAndTextContainer .heading4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 15px 0px;
}
.webinarBanner .signUpButton {
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ----- END Webinar banner ----- */

/* ----- newsiduppgradering20200916 ----- */

#newsiduppgradering20200916 .row {
  display: flex;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

#newsiduppgradering20200916 .column {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

#newsiduppgradering20200916 .column:first-child {
  margin-right: 15px;
}

#newsiduppgradering20200916 .column.moduleIcons {
  display: flex;
  align-items: flex-start;
}

#news
  #newsiduppgradering20200916.newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer
  .column.image {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
}

#news
  #newsiduppgradering20200916.newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer {
  border-bottom: none;
}

#newsiduppgradering20200916 .column img {
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#newsiduppgradering20200916 .row.moduleIcons {
  width: 100%;
}

#newsiduppgradering20200916 .row.moduleIcons.smallMargin {
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  #newsiduppgradering20200916 .row.moduleIcons .listContainer {
    flex-direction: column;
  }
}

#newsiduppgradering20200916 .row.moduleIcons img {
  box-shadow: none;
}

#newsiduppgradering20200916 .textContainer {
  text-align: left;
}

#newsiduppgradering20200916 .columnHeader {
  font-size: 20px;
  margin-bottom: 10px;
}

#newsiduppgradering20200916 .listContainer.column {
  display: flex;
  flex-direction: row;
  margin: 0 !important;
  justify-content: space-between;
  width: 100%;
}

#newsiduppgradering20200916 .listContainer.row > div:not(:last-child) {
  margin-right: 20px;
}

#newsiduppgradering20200916 .listContainer .icon {
  height: 25px;
  width: 30px;
  margin-right: 10px;
  box-shadow: none;
}

#newsiduppgradering20200916 .listContainer .newIcon {
  position: relative;
  left: -10px;
}

#newsiduppgradering20200916 .listContainer .listItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 15px 0 0 0;
}

#newsiduppgradering20200916 .bullet {
  background-color: #fcc000;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-left: -18px;
  margin-right: 5px;
  display: inline-block;
}

#newsiduppgradering20200916 .endText {
  border-top: 1px solid #fcc000;
  text-align: center;
}

.ie11 #newsiduppgradering20200916 #news202009startpageScreenshot {
  width: 700px;
  height: auto;
}

.ie11 #newsiduppgradering20200916 #news202009dociconScreenshot {
  width: 400px;
  height: auto;
}

/* ----- END newsiduppgradering20200916 ----- */

/* ----- newsidgcloud20201007 ----- */

#newsidnewsidgcloud20201007 .row {
  display: flex;
  max-width: 840px;
  margin: 0 auto 10px auto;
}

#newsidnewsidgcloud20201007 #news202010-G-Cloud-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#newsidnewsidgcloud20201007 .row .textContainer .G-Cloud-link,
#newsidnewsidgcloud20201007 .row a,
#newsidnewsidgcloud20201007 .row .textContainer a {
  display: inline !important;
  font-size: 14px !important;
  white-space: nowrap;
}

#newsidnewsidgcloud20201007 .yellowBorderTop {
  border-top: 1px solid #fcc000;
  padding-top: 10px;
  text-align: center;
  width: 700px;
  margin: auto;
}
.yellowBorderTop {
  border-top: 1px solid #fcc000;
  padding-top: 10px;
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
}

#newsidnewsidgcloud20201007 .button {
  background-color: #fcc000;
  font-weight: 600;
  border-radius: 20px;
  height: 33px;
  padding: 0px 10px;
  width: 150px;
  max-width: 150px;
  margin: auto;
  line-height: 33px;
}

#newsidnewsidgcloud20201007 .button:hover {
  opacity: 0.7;
}

#newsidnewsidgcloud20201007 .button a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px !important;
  margin: 0 !important;
}

#news
  #newsidnewsidgcloud20201007.newsLongTextContainer
  .news-produktnyheter
  .subnewsContainer {
  border-bottom: none;
}

/* ----- END newsidgcloud20201007 ----- */

/* ----- newsidSM20201013 ----- */

#newsidSM20201013 .row {
  display: flex;
  max-width: 840px;
  margin: 20px auto 10px auto;
  flex-direction: column;
  position: relative;
}

#newsidSM20201013 .row.intro {
  text-align: center;
  font-size: 16px;
}

#newsidSM20201013 .bottomText {
  margin-top: 30px;
}

#newsidSM20201013 .textCenter {
  text-align: center;
  font-size: 16px;
}

#newsidSM20201013 .column {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 25px 0 0 0 !important;
}

#newsidSM20201013 .textContainer {
  max-width: 1000px;
  margin: auto;
  text-align: justify;
}

#newsidSM20201013 .columnHeader {
  font-size: 20px;
  margin-bottom: 10px;
}

#newsidSM20201013 .column img {
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#newsidSM20201013 .column .createQuestionnaireImage {
  width: 90%;
}

#newsidSM20201013 .templatesImageContainer {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 60%;
  margin: 15px auto 0 auto !important;
}

#newsidSM20201013 .templatesImageContainer img {
  border-radius: 10px;
}

#newsidSM20201013 .footer {
  text-align: center;
  max-width: 700px;
  margin: 25px auto 25px auto;
}

#newsidSM20201013 .footer > :first-child {
  margin-bottom: 10px;
}

#newsidSM20201013 .footer > :not(:first-child) {
  margin-top: 10px;
}

#newsidSM20201013 .button {
  background-color: #fcc000;
  font-weight: 600;
  border-radius: 20px;
  height: 33px;
  padding: 0px 10px;
  margin: 0 10px;
  display: inline-block;
  min-width: 150px;
  line-height: 33px;
  font-weight: 600;
  font-size: 12px;
}

#newsidSM20201013 .button:hover {
  opacity: 0.7;
}

#newsidSM20201013 .button a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .newsPage .newsletterButtonContainer {
    margin-bottom: 40px;
  }

  .yellowBorderTop {
    margin-bottom: 50px;
  }
  #news .newsLongTextContainer .buttonContainer {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 700px) {
  #newsidSM20201013 .footer {
    padding-bottom: 80px;
  }
}

/* ----- END newsidSM20201013 ----- */
/*----- 202311-uploadFiles article ----*/

#NewsUfia202311 .uploadFilesImages {
  display: flex;
  width: 50%;
  height: auto;
  gap: 20px;
  align-items: flex-start;
}

@media only screen and (max-width: 700px) {
  #NewsUfia202311 .uploadFilesImages {
    flex-direction: column;
    width: 100%;
  }
}

/*----- END 202311-uploadFiles article ----*/

/*---- NPS 2024 jan news ---*/

#newsItem .newsLongTextContainer .news-produktnyheter img#surveypic {
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*--- end ---*/

/*-- Notifications 2.0 news 2024-01-24 --*/

#newsItem .newsLongTextContainer .news-produktnyheter img#notifications2-0 {
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 40%;
  @media only screen and (max-width: 700px) {
    display: flex;
    max-width: 70%;
  }
}

/*-- labels-in-calendar 202407--*/

#newsItem .newsLongTextContainer .news-produktnyheter .labels-in-calendar-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5%;
  max-width: 100%;
  overflow: hidden;
  align-content: center;
}
#newsItem
  .newsLongTextContainer
  .news-produktnyheter
  .labels-in-calendar-div
  img.labels-in-calendar {
  border: solid #bababa 1px;
  max-width: 80%;
  display: block;
  height: auto;

  @media only screen and (max-width: 700px) {
    max-width: 100%;
  }
}

/*-- faqnews 202409--*/

#newsItem .newsLongTextContainer .news-produktnyheter .faq-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5%;
  max-width: 100%;
  overflow: hidden;
  align-content: center;
}
#newsItem .newsLongTextContainer .news-produktnyheter .faq-div img.faqnews {
  border: solid #bababa 1px;
  max-width: 50%;
  display: block;
  height: auto;

  @media only screen and (max-width: 700px) {
    max-width: 90%;
  }
}

#newsItem
  .newsLongTextContainer
  .news-produktnyheter
  .lobbynews-div
  img.lobbynews {
  border: none;
  max-width: 50%;
  display: block;
  height: auto;
  margin: auto;

  @media only screen and (max-width: 700px) {
    max-width: 90%;
  }
}
