/*
 *   HOMEPAGE CSS
 *
 */
.homepage-welcome-with-name {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: #0084cc;
  margin-bottom: 30px;
}
.homepage-title-divider {
  margin: 10px 0 20px 0;
  width: 40px;
  height: 4px;
  background-color: #0084CC;
}
.hideable-form {
  display: none;
}
/*
* Nomenclature Search
*/
.homepage-form {
  margin-bottom: 20px;
}
.inner-panel-sign {
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  right: 0;
}
/* arrow down */
.inner-panel-sign .app-g27:before {
  font-size: 8px;
  color: #7B8082;
}
/* arrow up */
.blue .inner-panel .inner-panel-sign i.app-g27:before {
  content: "\e91b";
  font-size: 8px;
  color: blue;
}
/* The class 'blue' was created to set the blue border around the div */
.blue.outer-panel::before {
  border-bottom: 1px solid #0084CC;
}
/*
 *  USEFUL LINKS
 *
 */
.useful-links-container {
  margin-bottom: 35px;
}
/*
 *  BOOTSTRAP CAROUSEL
 *
 */
.slide-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  z-index: 50;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
}
.set-text-to-the-right {
  position: absolute;
  text-align: left;
  top: 5px;
  left: 50px;
  z-index: 9000;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
#homepageCarousel h3 {
  width: 70%;
}
#homepageCarousel p {
  width: 70%;
}
#homepageCarousel > .carousel-control {
  z-index: 1000;
}
#homepageCarousel .carousel-indicators {
  bottom: 0;
}
#homepageCarousel .carousel-indicators li:hover {
  background-color: rgba(250, 250, 250, 0.7);
}
#homepageCarousel .carousel-indicators li {
  margin-right: 10px;
}
#homepageCarousel .carousel-indicators li:hover {
  background-color: rgba(250, 250, 250, 0.7);
}
/*
 *  SLIDESHOW
 *
 */
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
#slider .slide-container {
  position: relative;
  margin: 0;
  padding: 0;
}
#slider .slide-container .slide {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.prev-container {
  background-color: rgba(0, 0, 0, 0); /* this is used so it can work in IE */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 75%;
  z-index: 800;
}
.next-container {
  background-color: rgba(0, 0, 0, 0); /* this is used so it can work in IE */
  position: absolute;
  top: 0;
  left: 75%;
  bottom: 0;
  right: 0;
  z-index: 800;
}
.prev-container:hover .prev-slide, .next-container:hover .next-slide {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.prev-slide, .next-slide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px 16px 16px 10px;
  color: transparent;
  font-weight: bold;
  font-size: 18px;
  user-select: none;
  z-index: 900;
  text-align: center;
  transition: 1s ease;
}
.prev-slide {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.next-slide {
  right: 0;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.slider-dot-container {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 200;
}
.slider-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 15px;
  border: 1px solid white;
  background-color: rgba(100, 100, 100, 0.1);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#content .active, .slider-dot:hover {
  background-color: #FFF;
}
/* to be removed */
#progress-bar {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 3px;
  width: 100px;
  height: 3px;
  background-color: rgba(250, 250, 250, 0.7);
  z-index: 3000;
  border-radius: 3px;
}
.slideshow-minimizer-expander {
  text-align: center;
  background-color: #F0F2F3;
  cursor: pointer;
}
.slideshow-minimizer-expander i::before {
  font-size: 8px;
  padding-bottom: 5px;
  padding-top: 5px;
}
/*
 *  PERSONAL HIGHLIGHTS CARDS
 *
 */
.personal-highlights-cards {
  margin-bottom: 10px;
  background-color: #fbfcfc;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  clear: left;
}
.personal-highlights-cards:after {
  content: "";
  clear: both;
  display: table;
}
.highlight-card {
  position: relative;
  border: 1px solid #ddd;
  padding: 20px 20px 10px 10px;
  height: 220px;
}
.highlight-card:hover {
  text-decoration: none;
}
.highlight-card-title {
  color: #303030;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.highlight-card-date {
  margin-top: 6px;
  font-size: 11px;
  color: #0084CC;
}
.highlight-card-text {
  color: #303030;
  font-size: 13px;
  line-height: 18px;
  margin-top: 15px;
  max-height: 140px;
  overflow: hidden;
  padding-bottom: 10px;
}
.highlight-card-icon {
  position: absolute;
  top: 15px;
  right: 12px;
}
.see-all-highlights {
  margin-bottom: 30px;
  color: #0084cc;
}
.see-all-highlights a {
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
}
.see-all-highlights i {
  position: relative;
  top: 2px;
  left: 2px;
}
/*
 *  FAVORITES SECTION
 *
 */
.favourite-main-tabs {
  position: relative;
  margin: 10px 0 15px 0;
}
.favourite-main-tabs a:hover i::before {
  color: #bcc3c7;
}
.favourite-main-tabs a:hover {
  color: #bcc3c7;
  background-color: #eeeeee;
  border-bottom: 4px solid #bcc3c7;
}
.nomenclature-tab, .documents-tab {
  display: inline-block;
  color: #CDD1D3;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 7px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.favourite-main-tabs span:not(.tab-selected) {
  cursor: pointer;
}
.nomenclature-tab i, .documents-tab i {
  padding-right: 5px;
}
.nomenclature-tab i::before, .documents-tab i::before {
  font-size: 16px;
  color: #CDD1D3;
}
.tab-selected {
  color: #0084cc;
  border-bottom: 4px solid #0084CC;
}
.tab-selected i::before {
  color: #0084cc;
}
.edit-favorites {
  color: #FFF;
  position: absolute;
  background-color: #0084CC;
  top: 10px;
  right: 0;
  padding: 6px 10px 5px 10px;
}
.edit-favorites i::before {
  margin-right: 5px;
  color: #FFF;
}
/*
 *  FAVOURITES IMPORT / EXPORT TABS
 *
 */
.import-export-favourite-tabs {
  margin: 40px 0 25px 0;
}
.import-export-favourite-tabs a:hover i::before {
  color: #bcc3c7;
}
.import-export-favourite-tabs a:hover {
  color: #bcc3c7;
  background-color: #eeeeee;
}
.import-favourite-tab, .export-favourite-tab {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 3px 7px;
  margin-right: 20px;
  margin-bottom: -3px;
  border: 1px solid #0084cc;
}
.import-export-favourite-tabs span:not(.tab-selected) {
  color: #0084cc;
  cursor: pointer;
}
.import-export-favourite-tabs span:not(.tab-selected) i::before {
  color: #0084cc;
  cursor: pointer;
}
.import-export-favourite-tabs .import-favourite-tab i, .export-favourite-tab i {
  padding-right: 5px;
}
.import-export-favourite-tabs .import-favourite-tab i::before,
.export-favourite-tab i::before {
  font-size: 12px;
  color: #CDD1D3;
}
.import-export-favourite-tabs .tab-selected {
  color: #FFF;
  background-color: #0084cc;
}
.import-export-favourite-tabs .tab-selected i::before {
  color: #FFF;
}
/*
 *  LIST WITH FAVORITE CONTAINER
 *
 */
.list-with-favorites-container {
  border: 8px solid #F0F2F3;
  background-color: #F0F2F3;
}
.list-element {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  background-color: #FFF;
  padding: 13px 35px 13px 205px;
  margin: 0 0 3px 0;
  color: #303030;
  cursor: pointer;
}
/*
 *  END OF -> FAVORITES SECTION
 *
 */
.subtitle {
  font-size: 18px;
}
.explanation-text{
  font-size: 15px;
  font-weight: normal;
}
.useful-link {
  position: relative;
  background-color: #F3FCFF;
  color: #0084cc;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 10px 20px 25px;
  display: block;
  margin: 8px 0;
  border: 1px solid #F3FCFF;
}
.useful-link:hover {
  border: 1px solid #0084cc;
}
.useful-link i::before {
  position: relative;
  top: 5px;
  font-size: 25px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #homepageCarousel {
    height: 150px;
  }
  #homepageCarousel .item {
    height: 150px;
  }
  #homepageCarousel .item img {
    height: 150px;
  }
  .highlight-card {
    padding-right: 30px;
  }
  .list-element {
    padding: 40px 35px 13px 13px;
  }
  .favourite-main-tabs {
    text-align: center;
    position: relative;
    margin: 10px 0 15px 0;
    padding-right: 0;
    border-bottom: 1px solid #c0c0c0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, 
  .carousel-control .icon-prev {
    margin-left: -48px;
  }
  .carousel-control .glyphicon-chevron-right, 
  .carousel-control .icon-next {
    margin-right: -48px;
  }
}
/*
 *  FOR THE SMALLEST SCREEN SIZE
 *
 */
@media only screen and (max-width: 400px) {
  .favourite-main-tabs {
    position: relative;
    margin: 10px 0 15px 0;
    border-bottom: 1px solid #c0c0c0;
  }
  .nomenclature-tab, .documents-tab {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    margin-top: 15px;
    margin-right: 8px;
  }
}

.no-left-padding-container {
  padding-left: 0;
}

.links-uteis {
  position: relative;
  padding: 10px 0 10px 0;
  text-decoration: none;
}

.link-item {
  border-bottom: solid 1px #0084cc;
  padding: 0 0 0.8rem 0.6rem;
  margin-bottom: 1.2rem;
}

.link-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #0084cc;
  font-weight: 600;
}

.link-item i {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #0084cc;
}