.courses {
  background-color: var(--main-light);
  padding: 5rem 2rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  width: calc(100% - 22vW);
  margin: 0;
  position: absolute;
  right: 0;
  top: 5rem;
  object-fit: cover;
}
.courses .title {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 2rem;
}
.courses .title-handle {
  display: flex;
}
.courses .title-handle .subtitle {
  font-size: 1rem;
  color: var(--main-grey);
  font-weight: bold;
  padding: 0 1.2rem;
  margin: 0;
  width: 47%;
}
.courses nav .nav-tabs .nav-link {
  margin: 0;
  color: var(--main-link) !important;
  background-color: transparent !important;
}
.courses nav .nav-tabs .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.courses nav .nav-tabs .active {
  color: var(--main-link) !important;
  border: 1px solid var(--main-link);
  border-bottom-color: var(--main-light);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.courses .tab-content {
  /* margin-top: 4rem; */
}
.courses .tab-content .tab-pane.material-de-apoio-tab{
  padding-top: 20px;
}

.courses .tab-content .tab-pane .pane-table {
  background-color: var(--main-light) !important;
}
  .courses .tab-content .tab-pane .pane-table.minhas-aulas-table{
    margin-top: 10px;
  }
.courses .tab-content .tab-pane .pane-table thead {
  background-color: var(--main-light);
}
.courses .tab-content .tab-pane .pane-table thead tr th {
  background-color: var(--main-light);
  color: var(--main-link);
}
.courses .tab-content .tab-pane .pane-table thead tr, .courses .tab-content .tab-pane .pane-table thead td, .courses .tab-content .tab-pane .pane-table thead th, .courses .tab-content .tab-pane .pane-table tbody tr, .courses .tab-content .tab-pane .pane-table tbody td, .courses .tab-content .tab-pane .pane-table tbody th, .courses .tab-content .tab-pane .pane-table tfoot tr, .courses .tab-content .tab-pane .pane-table tfoot td, .courses .tab-content .tab-pane .pane-table tfoot th {
  background-color: var(--main-light);
  border-color: var(--title-sec);
  color: var(--title-sec);
}
.courses .tab-content .tab-pane .pane-table thead tr a, .courses .tab-content .tab-pane .pane-table thead td a, .courses .tab-content .tab-pane .pane-table thead th a, .courses .tab-content .tab-pane .pane-table tbody tr a, .courses .tab-content .tab-pane .pane-table tbody td a, .courses .tab-content .tab-pane .pane-table tbody th a, .courses .tab-content .tab-pane .pane-table tfoot tr a, .courses .tab-content .tab-pane .pane-table tfoot td a, .courses .tab-content .tab-pane .pane-table tfoot th a {
  color: var(--main-link) !important;
}
.courses .tab-content .tab-pane .pane-table thead tr .disabled, .courses .tab-content .tab-pane .pane-table thead td .disabled, .courses .tab-content .tab-pane .pane-table thead th .disabled, .courses .tab-content .tab-pane .pane-table tbody tr .disabled, .courses .tab-content .tab-pane .pane-table tbody td .disabled, .courses .tab-content .tab-pane .pane-table tbody th .disabled, .courses .tab-content .tab-pane .pane-table tfoot tr .disabled, .courses .tab-content .tab-pane .pane-table tfoot td .disabled, .courses .tab-content .tab-pane .pane-table tfoot th .disabled {
  color: var(--title-sec) !important;
}
.courses .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
  background-color: var(--bg-sec);
  border-radius: 100px;
  color: var(--title-sec);
  border-color: transparent;
  margin: 1rem 0;
  font-weight: 700;
}
.courses .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--bg-sec);
  border-radius: 100px;
  color: var(--title-sec);
  border-color: transparent;
}
.courses .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.courses .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button span {
  margin: 0;
  width: 50%;
  text-align: left;
}
.courses .tab-content .tab-pane .accordion .item {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid var(--title-sec);
}
.courses .tab-content .tab-pane .accordion .item:first-of-type {
  padding-top: 0;
}
.courses .tab-content .tab-pane .accordion .item:last-of-type {
  border-bottom: none;
}
.courses .tab-content .tab-pane .accordion .item .item-opt {
  margin: 0;
  color: var(--title-sec) !important;
}
.courses .tab-content .tab-pane .accordion .item .item-opt a {
  color: var(--title-sec) !important;
}
.courses .tab-content .tab-pane .input-table {
  max-width: 3rem;
}
.courses .tab-content .tab-pane .freq-color {
  background-color: var(--main-bg);
}
.courses .tab-content .table-timetable {
  border-collapse: separate;
  border-spacing: 1rem;
}
.courses .tab-content .table-timetable thead td, .courses .tab-content .table-timetable thead th {
  border-bottom-width: 2px;
}
.courses .tab-content .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.courses .tab-content .table-timetable td, .courses .tab-content .table-timetable th {
  border: 1px solid transparent;
  -webkit-box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.75);
}
.courses .tab-content .bg-sky.box-shadow {
  box-shadow: 0px 5px 0px 0px #00a2a7;
}
.courses .tab-content .bg-orange.box-shadow {
  box-shadow: 0px 5px 0px 0px #af4305;
}
.courses .tab-content .bg-green.box-shadow {
  box-shadow: 0px 5px 0px 0px #4ca520;
}
.courses .tab-content .bg-yellow.box-shadow {
  box-shadow: 0px 5px 0px 0px #dcbf02;
}
.courses .tab-content .bg-pink.box-shadow {
  box-shadow: 0px 5px 0px 0px #e82d8b;
}
.courses .tab-content .bg-purple.box-shadow {
  box-shadow: 0px 5px 0px 0px #8343e8;
}
.courses .tab-content .bg-lightred.box-shadow {
  box-shadow: 0px 5px 0px 0px #d84213;
}
.courses .tab-content .bg-sky {
  background-color: #02c2c7;
}
.courses .tab-content .bg-orange {
  background-color: #e95601;
}
.courses .tab-content .bg-green {
  background-color: #5bbd2a;
}
.courses .tab-content .bg-yellow {
  background-color: #f0d001;
}
.courses .tab-content .bg-pink {
  background-color: #ff48a4;
}
.courses .tab-content .bg-purple {
  background-color: #9d60ff;
}
.courses .tab-content .bg-lightred {
  background-color: #ff5722;
}
.courses .tab-content .padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}
.courses .tab-content .padding-5px-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.courses .tab-content .margin-10px-bottom {
  margin-bottom: 10px;
}
.courses .tab-content .border-radius-5 {
  border-radius: 5px;
}
.courses .tab-content .margin-10px-top {
  margin-top: 10px;
}
.courses .tab-content .font-size14 {
  font-size: 14px;
}
.courses .tab-content .text-light-gray {
  color: var(--light-grey);
}
.courses .tab-content .font-size13 {
  font-size: 13px;
}
.courses .tab-content .table-timetable td, .courses .tab-content .table-timetable th {
  border: 1px solid transparent;
  -webkit-box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.75);
}
.courses .tab-content .table-timetable td, .courses .tab-content .table-timetable th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid transparent;
  -webkit-box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.75);
}
.courses .tab-content .td-formatter {
  border: none;
  border-left: 3px solid var(--main-blue) !important;
  color: var(--main-blue);
  font-weight: bolder;
}
.courses .tab-content .th-formatter {
  border: none;
  box-shadow: none !important;
  color: var(--main-link);
}
@media screen and (max-width: 768px) {
  .courses {
    overflow-x:scroll;
    padding: 3rem 0;
  }
  .table-container {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .courses .title {
    font-weight: bold;
    padding: 0 ;
    margin-bottom: 20px;
    text-align: center;
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .courses nav {
    padding: 0; 
  }
  .table-wrapper {
    overflow-x: auto;
  }
  .courses .table.notas-freq-table{
    overflow-x: auto;
  }
  .courses .table.notas-freq-table th:first-child,
  .courses .table.notas-freq-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .courses .table.minhas-aulas-table thead, 
  .courses .table.table-timetable thead {
    display: none;
  }
  
  .courses .table.minhas-aulas-table td, 
  .courses .table.table-timetable td{
    display: flex;
    justify-content: space-between;
  }
  
  .courses .table.minhas-aulas-table tr, 
  .courses .table.table-timetable tr{
    display: block;
  }

  .courses .table.minhas-aulas-table td:first-of-type, 
  .courses .table.table-timetable td:first-of-type{
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }

  .courses .table.minhas-aulas-table td:not(:first-of-type):before, 
  .courses .table.table-timetable td:not(:first-of-type):before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
  }
  .nav {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
  .courses .nav-tabs {
    /* width: 150px; */
    /* float: right; */
  }
  .courses .table-responsive {
    overflow: none;
  }
}

@media screen and (max-width: 768px) {
  #grade {
    float: left;
  }
}

/*# sourceMappingURL=graduacao-presencial.css.map */
