/*
 XXX: changes to this file only apply if we run the SelectPortalTheme.ps1 script
      which copies the source file to ITJakub.Colors-selected.less
TODO: maybe we could symlink instead?
*/
/* https://coolors.co/4c6b4b */
/* #6b4b6c */
.panels-wrapper {
  max-height: 68vh;
}
.left-panel {
  float: left;
  margin-right: 1%;
  width: 39%;
  height: 100%;
  padding: 0;
  width: calc(0% + 496px);
  max-width: 39%;
  min-height: 0;
  height: auto;
}
.right-panel {
  float: left;
  margin-left: 1%;
  padding-right: 0;
  padding-left: 0;
  width: 59%;
  width: calc(98% - 496px);
  min-width: 59%;
}
@media screen and (max-width: 767px) {
  .panels-wrapper {
    max-height: initial;
  }
  .left-panel,
  .right-panel {
    float: none;
    width: auto;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .left-panel {
    margin-top: 2rem;
    max-width: 496px;
  }
  .right-panel {
    margin-bottom: 0;
  }
}
.news {
  height: 100%;
  width: 100%;
}
/*
NOTE: the “welcome” news item uses a DIV with this class to force a larger font
      size for itself, not influencing any other news items
*/
.news .message h2 > .larger_font {
  font-size: large;
}
.news-item-wrapper .larger_font {
  /*
    NOTE: even 'initial' gets us a larger font, due to bootstrap.css
          (14px for body)
     XXX: 'medium' was, however, smaller than 120% (now used for static text)
          so we seem to be good the way we are now

     font-size: medium;
    */
}
.news > h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
  margin: 0 2rem 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #4c6b4b;
  color: #4c6b4b;
  /*
    TODO: replace the PNG icon with a Bootstrap SVG icon to match the color
     XXX: candidates: bell, bell-fill, chat*, columns, envelope,
          layout-text-sidebar, twitter
    NICE: feather, regex, sort*, translate
    NOPE: calendar* (not very distinctive), megaphone (too aggressive),
          newspaper (too complex?)
    */
  background-image: url('../images/news_background2_green.png');
  background-size: auto 2.5rem;
  background-position: 0rem 1.15rem;
  background-repeat: no-repeat;
}
#news-container {
  max-height: 50vh;
  overflow: auto;
}
.news .message .news-date {
  float: right;
  margin-top: -30px;
}
.home-no-news {
  font-size: 18px;
  text-align: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.news .message {
  margin: 2em;
  margin-bottom: 2em;
  margin-top: 2em;
  overflow-x: auto;
  padding-bottom: 2em;
  border-bottom: 2px solid #4c6b4b;
  border-bottom-style: dashed;
}
.news .message > h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.news-feeds {
  float: right;
  margin-top: -6.5rem;
  margin-right: 0.5rem;
}
.news-feeds a:hover {
  opacity: 0.7;
}
.news-feed-atom {
  margin-bottom: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: transparent url('../images/feeds/blue.png') center top no-repeat;
}
.news-feed-rss {
  margin-bottom: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: transparent url('../images/feeds/red.png') center top no-repeat;
}
#homeSearch .searchbar-inputs {
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  #news-container {
    max-height: initial;
  }
}

/*# sourceMappingURL=ITJakub.Home.css.map */
