/***
Styles for radio project details page - projects/radioprojects/dsp_radioprojects_details.cfm
*/

.rpd,
.rpd *,
.rpd__stories,
.rpd__stories * {
    box-sizing: border-box;
}

.rpd {
    overflow: hidden;
    padding: 10px;
}

.rpd__headline {
    margin-bottom: 5px;
}

.rpd__headline-link {
    font-size: 16px;
    font-family: 'Impact', sans-serif;
    font-weight: 400;
    color: #555658;
}

.rpd__artistbox {
    background: #dBdBdB;
}

.rpd__artistbox-image {
    width: 100%;
}

.goto-link {
    text-decoration: none;
    color: #248fdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.goto-link svg {
    height: 14px;
    width: 14px;
    margin-left: 5px;
}

.rpd__info {
    margin-top: 20px;
}

.rpd__info-headline {
    display: flex;
    justify-content: space-between;
}

.rpd__col-headline {
    display: flex;
    align-items: center;
}

.rpd__col-headline .goto-link {
    margin: 4px 0 0 20px;
}

.rpd__comment {
    margin: 10px 0;
}

.rpd__table {
    background: #fafafa;
}

.rpd__table--audio {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}

.rpd__table td {
    padding-left: 2px;
    line-height: 7px;
}

td.rpd__td-sound-desc {
    padding-right: 2px;
    font-size: 11px;
}

td.rpd__td-video-desc {
    padding-right: 2px;
    font-size: 11px;
    border: 1px solid #bdbdbd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.rpd__progammer-comments {
    border-bottom: 1px solid #dBdBdB;
}

.rpd__host {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dBdBdB;
}

.rpd__stories {
    display: flex;
}

.rpd__stories-col {
    width: 50%;
    padding: 10px;
}

.top-stories-slider__image {
    width: 100%;
}

.top-storie-slider__headline {
    margin-top: 20px;
}

.rpd__radioshow-details {
    display: flex;
}

.rpd__radioshow-column {
    flex: 1 1 auto;
}

.rpd__radioshow-column--30 {
    flex: 0 0 30%;
}

.rpd__radioshow-column--210 {
    flex: 0 0 210px;
    margin: 10px;
}

.rdp__radioshow-table {
    background: #fafafa;
    width: 100%;
    border: 1px solid #ccc;
}
.rdp__radioshow-table tr:nth-child(even) {
    background: #fff;
}

.rdp__radioshow-table td {
    padding: 2px;
}

.tdp-0 td {
    padding: 2px 0;
}

.rdp__radioshow-table td:not(:last-child){
    border-bottom: 1px solid #ccc;
}

.rpd__radioshow-description {
    padding-left: 20px;
}

.rpd__radioshow-description p:first-child {
    padding-top: 0;
    margin-top: 0;
}

.coverageMap-wrapper {
    position: relative;
}

.img-coverageMap {
    display: none;
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -50%;
    box-shadow: 0 0 10px #888;
}

.btn-coverageMap:hover + .img-coverageMap{
    display: block;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}