@charset "UTF-8";
/* fonts */
/* colors */
/* blau principal */
/* blau secundari */ /*unificat amb #004374 perquè són massa semblats*/
/* unificat amb #AFE1F5 perquè són massa semblants */
/* s'unifica a blue-main-menu #459EDA; */ /* unificat amb #439FD9 i #439ED9 perquè són pràcticament idèntics */
/* eliminats 2 darreres xifres de transparència per al cas table__classic */
/* aquest blau no té cap sentit perquè no és de la mateixa gamma #001470; */
/* mirem d'unificar tot al blau del header user #164168; */ /*unificat amb #17436A perquè són massa semblats*/
/*unificat amb  #06090b perquè són massa semblants */
/*unificat amb #f7f7f7*/
/* unificat amb #edeef0; perquè són molt semblants */
/*unificat amb #ddd i amb #d1d1d1 perquè són massa semblants*/
/*unificat amb #555555 perquè són massa semblants*/
/* paddings and widths*/
.color-light {
  background: #e0f4ff;
}

.color-mid {
  background: #86d3ff;
}

.color-dark {
  background: #009fdf;
}

.subjects-list .subject-period {
  position: relative;
  padding-top: 30px;
}
.subjects-list .subject-period.has-extra-info {
  padding-top: 60px;
}
.subjects-list .subject-period + .subject-period {
  margin-top: 5rem;
}
.subjects-list .extra-info {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 475px;
  font-size: 1.4rem;
}
.subjects-list .extra-info a {
  color: #00416b !important;
}
.subjects-list table {
  width: 100%;
}
.subjects-list thead {
  border-bottom: 1px solid #666666;
  color: #009fdf;
  display: table-header-group;
  margin-bottom: 0.7em;
}
.subjects-list thead th, .subjects-list thead td {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.subjects-list thead th:first-child, .subjects-list thead td:first-child {
  text-align: left;
}
.subjects-list thead td {
  align-content: end;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 0.8rem;
}
.subjects-list tbody tr {
  margin-top: 30px;
  display: table-row;
  border-bottom: 3px solid #f2f2f2;
}
@media (min-width: 992px) {
  .subjects-list tbody tr {
    border-bottom: none;
  }
}
.subjects-list tbody tr:first-child td {
  padding-top: 4rem;
}
.subjects-list tbody td {
  padding: 0;
  font-weight: 600;
  text-align: center;
  display: table-cell;
}
.subjects-list tbody td:first-child {
  padding-left: 0;
  text-align: left;
  display: table-cell;
}
@media (min-width: 992px) {
  .subjects-list tbody td {
    padding: 0.7em 1em;
  }
}
.subjects-list tbody td a, .subjects-list tbody td .optional.link {
  color: inherit;
  display: block;
  padding: 25px 46px 25px 25px;
  background: #f2f2f2;
  font-weight: normal !important;
  position: relative;
  font-size: 2.2rem;
  line-height: 2em;
  text-decoration: none !important;
}
.subjects-list tbody td a:hover, .subjects-list tbody td .optional.link:hover {
  background: #C3DFF3;
}
.subjects-list tbody td a:after, .subjects-list tbody td .optional.link:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
  width: 26px;
  height: 26px;
  background: url("/themes/custom/uic_newStudy_theme/imgs/table-arrow.svg") no-repeat;
  background-size: contain;
}
.subjects-list tbody td a[href*=".pdf"]::after, .subjects-list tbody td .optional.link[href*=".pdf"]::after {
  background: url("/themes/custom/uic_newStudy_theme/imgs/download-blue.svg") no-repeat;
  background-size: contain;
}
.subjects-list tbody td .optional.link:after {
  content: none;
}
.subjects-list tbody td a {
  background: none;
  padding: 25px 0;
  font-size: 1.6rem;
}
.subjects-list tbody td a::after {
  content: none;
}
@media (min-width: 992px) {
  .subjects-list tbody td a {
    background: #f2f2f2;
    padding: 25px 46px 25px 25px;
    font-size: 2.2rem;
  }
  .subjects-list tbody td a::after {
    content: "";
  }
}
.subjects-list td:nth-child(1) {
  width: 50%;
}
.subjects-list td:nth-child(2), .subjects-list td:nth-child(3) {
  width: 20%;
}
.subjects-list td:nth-child(4) {
  width: 10%;
}
.subjects-list .table-responsive-title {
  font-weight: bold;
  display: none;
  font-size: 20px;
}

span.select2.select2-container.select2-container--default {
  margin-bottom: 3rem;
}
