@charset "utf-8";

/* Override overall page styles */
.clearfix {
    zoom: 1;
    overflow: visible;
}

.ptm-content br {
    display: none;
}

.transcript br {
    display: initial;
}

.layout-twocolumn #rightColumn {
    width: 0px;
    padding: 0px;
}


/* ptm layout */
.ptm-header {
    border-bottom: 1px solid #000;
    background-color: #333333;
}

/* logo-headline */
.ptm-logo, .ptm-title {
    display: table-cell;
    vertical-align: middle;
}

.ptm-title {
    font-weight: bold;
    font-size: 24px;
    padding: 15px;
    color: #fff;
}

.ptm-title h1 {
    color: #fff;
}

.ptm-logo {
    background-color: #fff;
    padding: 5px 10px;
    min-width: 230px;
}

.ptm-logo img {
    max-width: 100%;
}

.red-border {
    border: 4px solid #b71319;
}

#ptm-placeholder {
    overflow:hidden;
}

.ptm-content {
    border: 1px solid #000;
}

.ptm-content > div:not([class]) {
    display: table;
    width:100%;
    table-layout:fixed;
}

.ptm-content > div:not([class]) .left-content,
.ptm-content > div:not([class]) .right-wrapper {
    display: table-cell;
    vertical-align:top;
}

.ptm-content > div:not([class]) .left-content {
    color: #fff;
    width:250px;
    background-color: #333333;
}


.slide-content {
    width:calc(100% - 30px);
    padding: 15px 0;
}

.slide-scale {
    transform-origin: top left;
    margin:0 auto;
    text-align:center;
}

/* .slide-content img {
    width:100%;
    height:auto;
} */

.product-table {
    margin:15px 0;
    overflow: auto;
}

/* transcript */
.transcript {
    padding: 15px 0;
    /*! margin:0 15px; */
    overflow: auto;
    border-top: solid 1px #666;
    font-size: 14px;
}

.transcript p {
    padding-top: 0px;
    margin-top: 0px;
}

.ptm-date p {
    margin: 0px;
}

.ptm-date p:first-of-type {
    margin-top: 10px;
}

/* slide list navigation */
.ptm-menu-title {
    text-transform: uppercase;
    background-color:#b71319;
    color: #fff;
    margin-top:5px;
    margin-bottom:15px;
    font-weight:bold;
    font-size:14px;
    position:relative;
    height:30px;
}

.ptm-menu-title a {
    position: absolute;
    height:20px;
    display: block;
    vertical-align: middle;
    display: table-cell;
    padding: 8px 10px;
}

.ptm-menu-title.outer-current {
    z-index: 1;
}

.ptm-menu-title.outer-current a {
    background-color: initial;
    position: absolute;
    /*! left: -5px; */
    background-image: url("/-/media/images/ptm/icons/red-triangle.png");
    background-position: right top;
    background-repeat: no-repeat;
    width:100%; 
    cursor:default;
}

.ptm-menu-title a, .slideTitle a {
    text-decoration: none;
    color: #ffffff;
}

.slideTitle {
    margin-left: 10px;
    padding:4px 0px;
}

.slideTitle .inner-current {
    display: block;
    background-image: url("/-/media/images/ptm/icons/white-triangle.png");
    background-position: right top;
    background-repeat: no-repeat;
    font-weight: bold;
    cursor:default;
}

/* slide button navigation */
.nav-button {
    margin: auto;
    width: calc(100% - 40px);
    padding-top: 15px;
}

.arrow-left {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("/-/media/images/ptm/icons/back.png");
    background-size: 30px;
}

.arrow-right {
    width: 30px;
    height: 30px;
    float: right;
    background-image: url("/-/media/images/ptm/icons/forward.png");
    background-size: 30px;
}

.nav-button-label {
    padding-left: 5px;
    padding-right: 5px;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    width:calc(100% - 70px);
    display: inline-block;
    padding-top: 6px;
}

a.disabledright, a.disabledleft {
    pointer-events: none;
    cursor: default;
}

.disabledright div {
    opacity: 0.3
}

.disabledleft div {
    opacity: 0.3
}


/* slide play-volume */
.slideAudio {
    width: calc(100% - 40px);
    padding: 0px 15px;
    clear: both;
    margin-top: 25px;
}

#play-pause {
    width:30px;
    height: 30px;
    float: left
}

#progress-bar {
    margin-left:40px;
}

#duration {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: right;
}

#volume {
    margin-left:40px;
    margin-top:25px;
}

#volume-img {
    background-image: url("/-/media/images/ptm/icons/volume.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: 30px;
    float:left;
    clear:left;
    margin-top:10px;
    margin-bottom: 10px;
}

.audiojs {
    width: 100%;
}

.audiojs .play-pause {
    width: 10%;
}

.audiojs .scrubber {
    width: 40%;
}

.play{
    background-image: url("/-/media/images/ptm/icons/pause.png");
    background-repeat: no-repeat;
    background-size:30px;
}

.pause{
    background-image: url("/-/media/images/ptm/icons/play.png");
    background-repeat: no-repeat;
    background-size:30px;
}

.play, .pause{
    display: block;
    cursor: pointer;
}

.ui-slider-handle:hover {
    cursor:pointer;
}

 .part-section img {
    height:auto !important;
    width:auto !important;
}

.publish-date-section {
    padding: 10px 0 0 0;
}

.right-content {
    padding: 0 20px;
}


@media screen and (max-width:768px) {
    .ptm-logo, .ptm-title {
        display: block;
    }
    
    .ptm-title {
        font-size: 24px;
        padding: 0px 10px;
    }
    
    .ptm-content > div:not([class]) .left-content {
        width:100%;
    }
    
    .slideTitle .inner-current {
        background-image: none;
    }
    
    .ptm-content div:nth-child(3) {
         display: flex;
         flex-direction:column-reverse;
    }

    .ptm-content > div:not([class]) .left-content,
    .ptm-content > div:not([class]) .right-wrapper {
    display: block;
}
    
    .ptm-menu-title {
        margin-bottom:5px;
    }

    .ptm-menu-title a,
    .ptm-menu-title.outer-current a {
        background-image: none;
        left:auto;
        padding:5px 10px;
    }
    
    
}

/* @media screen and (max-width:600px) {
    .right-wrapper {
        min-height: 350px;
    }
    
    .ptm-content {
        border: 1px solid #000;
    }

    .ptm-header {
        background: white;
    }
    
    .left-content {
        width: 100%;
        display: block;
        float: left;
        margin-top: 20px;
        max-width: 600px;
    }
    
    .ptm-menu-title.outer-current a {
        background-repeat: no-repeat;
   }
    
    .leftBottomMenu {
        width: 100%; 
    }
}
 */
/* @media screen and (max-width:400px) {   
    #progress-bar {
        width: 73%;
        margin-left:40px;
    }

    #volume {
        width: 54%;
        margin-left:40px;
        margin-top:25px;
    }
    
    .slideTitle a {
        padding-right: 2px;
    }
    
    .ptm-menu-title a:nth-child(2n + 1) {
        font-size: 12px;
    }
} */


