
/* Schedule Page */

.ap-schedule-filter select{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 20px;
  width: 134px;
  text-align: center;
  font: 14px/24px 'AP Sans';
  letter-spacing: 0.14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
}
.ap-schedule table thead tr th,
.ap-schedule table tbody tr td{
  border: 1px solid #EFE9E9 !important;
}

.ap-schedule table thead tr th {
  text-align: center;
  height: 40px;
}
.ap-schedule table thead tr th a{
  font: Bold 14px/24px 'Ap Sans';
  letter-spacing: 0.14px;
  color: #000000;
}
.ap-schedule table{
  margin-top: 10px;
}

.ap-schedule table tbody tr td, .ap-schedule table tbody tr.odd,
.ap-schedule table tbody tr td, .ap-schedule table tbody tr.even:hover{
  background: none;
}


.ap-schedule table thead tr th a span.glyphicon-chevron-down:before {
  content: '';
  display: inline-block;
  background: url(../images/bg-sort-arrow-desc.png) no-repeat;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  z-index: 1;
}

.ap-schedule table thead tr th a span.glyphicon-chevron-up:before {
  content: '';
  display: inline-block;
  background: url(../images/bg-sort-arrow-asc.png) no-repeat;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  z-index: 1;
}

.ap-schedule .sport-icon:before, .block-ap-schedule .sport-icon:before {
  content: '\00a0';
}
.ap-schedule .sport-icon{
  width: 42px;
  line-height: 42px;
  margin-right: 12px;
}
.block-ap-schedule .sport-icon {
  width: 60px;
  line-height: 65px;
}
.ap-schedule .sport-icon, .block-ap-schedule .sport-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}
.ap-schedule .sport-icon-container{
  float: left;
  display: inline-block;
}

.ap-schedule .sport-name {
  text-align: left;
  font: 16px/18px 'Ap Sans';
  letter-spacing: 0.8px;
  font-weight: 600;
  color: #333333;
}

.ap-schedule .sport-event{
  text-align: left;
  font: 16px/20px 'Ap Sans';
  letter-spacing: 0;
  color: #333333;
  white-space: pre-wrap;
}

.ap-schedule .sport-date, .ap-schedule .sport-broadcast {
  text-align: center;
  font: 15px/18px 'Ap Sans';
  letter-spacing: 0.8px;
  color: #333333;
  vertical-align: bottom;
}
.ap-schedule .schedule-filters, .upcoming-events-title {
  display: flex;
}
.ap-schedule span.medal-event, .block-ap-schedule  span.medal-event{
  text-align: left;
  font: 16px/20px "Ap Sans";
  letter-spacing: 0;
  color: #333333;
  vertical-align: top;
  position: relative;
  margin-left: auto;
}

.ap-schedule span.medal-event:before{
  font-size: 25px;
  vertical-align: top;
}
.block-ap-schedule span.medal-event:before{
  font-size: 20px;
  vertical-align: text-top;
}

.ap-schedule span.medal-event:before, 
.block-ap-schedule span.medal-event:before{
  width: 15px;
  height: 18px;
  display: inline-block;
  content: '';
  background: url(../images/icon-medal.png) no-repeat;
  font-weight: bold;
  background-size: contain;
}
.ap-schedule .sport-detail span.medal-event:before,
.block-ap-schedule td.event-detail span.medal-event:before{
  margin-left: 3px;
}
.block-ap-schedule ul.schedule-table{
  margin-bottom: 18px;
}
.block-ap-schedule h5.block-title span{
  font: 14px/17px "Ap Sans";
  letter-spacing: 0;
  color: #333333;
  float: right;
  margin-top: 8px;
}
.block-ap-schedule table tr td.event-detail {
  padding-top: 10px;
  width: 272px;
}
.block-ap-schedule table tr td.event-detail span{
  display: block;
}
.block-ap-schedule table tr td.event-detail span.sport{
  text-align: left;
  font: 600 15px/18px "Ap Sans";
  letter-spacing: 0.8px;
  color: #333333;
}
.block-ap-schedule table tr td.event-detail span.event{
  text-align: left;
  font: 400 16px/18px "Ap Sans";
  letter-spacing: 0.8px;
  color: #333333;
  display: flex;
}
.block-ap-schedule table tr td.event-detail span.event .medal-event{
  margin-left: 0px;
}
.block-ap-schedule table tr td.event-detail span.time{
  text-align: left;
  font: 200 14px/15px "Ap Sans";
  letter-spacing: 0.14px;
  color: #909090;
  line-height: 22px;
}
.block-ap-schedule .schedule-view-more{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 20px;
  margin-left: 65px;
  text-align: center;
  font: 14px/24px "Ap Sans";
  letter-spacing: 0.14px;
  width: 200px;
  padding: 5px;
}

.block-ap-schedule h5.block-title{
  text-align: left;
  font: Bold 20px/24px "Ap Sans";
  letter-spacing: 0.2px;
}

.ap-schedule table tr td.sport-date, .ap-schedule table tr td.sport-broadcast{
  width: 25%;
  text-align: center;
}

.ap-schedule table tr td.sport-detail{
  width: 50%;
}
.sport-detail-container{
  display: flex;
  align-items: center;
}
@media all and (max-width:768px){
  .ap-schedule table thead tr th:nth-child(2){
    display: none;
  }
  .event-broadcast-time{
    display: none;
  }
}

@media all and (max-width:700px){
  .ap-schedule table thead tr th:nth-child(1){
    display: none;
  }
  .event-date-time{
    display: none;
  }
  .sport-event-date-time{
    display: block;
    text-align: left;
    font: 200 14px/15px "Ap Sans";
    letter-spacing: 0.14px;
    color: #909090;
    line-height: 22px;
  }
}

@media all and (min-width:700px){
  .sport-event-date-time{
    display: none;
  }
}
@media screen and (max-width: 767px){
  div.table-responsive{
    border: none;
  }
}