a, div, span, ul, li, p, h1, h2, h3, h4, h5 {
    outline: none;
    border: 0;
}

#slider, #custom-handle, #mlt-customhtml-container .mlt-slider, .mlt-custom-handle {
    height: 15px;
    border-radius: 2px !important;
}

#slider, #mlt-customhtml-container .mlt-slider {
    width: 100%;
    border: 1px solid #aeaeae !important;
    margin-top: 5px;
    margin-bottom: 5px;
    background: lightyellow;
    position: relative;
}

.op-custom-html-block .muxPlayerTool .mlt-slider {
    margin-top: 17px !important;
}

#mlt-customhtml-container .mlt-slider {
    cursor: pointer;
    margin-top: 5px;
}

#startmarker, #endmarker, #progress-icon, #custom-handle,
.mlt-startmarker, .mlt-endmarker, .mlt-custom-handle {
    position: absolute;
}

#custom-handle, #mlt-customhtml-container .mlt-custom-handle {
    left: 1%;
    top: -4px;
    margin-left: -4px; /* to offset and make the image centered at the edge of the timeline */
    background: darkorange;
    width: 7px;
    box-shadow: inset 0 0 1px 1px darkblue;
    height: 21px !important;
    cursor: pointer;
}

#custom-handle span, .mlt-custom-handle span {
    display:none;
    color: #000;
    position: relative;
    left: 9px;
    font-size: 12px;
    background-color: palegreen;
    font-weight: 300;
    padding: 2px 4px 1px;
    box-shadow: inset 0 0 1px 1px navy;
    top: -9px;
    white-space: nowrap;
}

#startmarker, #endmarker, .mlt-startmarker, .mlt-endmarker {
    width: 25px;
    bottom: 15px;
    display:none;
}

#loop-start, #loop-end, #loop-reset,
.mlt-loop-start, .mlt-loop-end, .mlt-loop-reset,
.bgu_btn {
    padding: 5px 10px;
    cursor: pointer;
}

#loop-end, #loop-reset, .mlt-loop-end, .mlt-loop-reset {
    position: relative;
    left: 2px;
}

#loop-reset, .mlt-loop-reset {
    left: 4px;
}

#time-range > ul, .mlt-time-range > ul {
    list-style: none;
}

#time-range li, .mlt-time-range li {
    display: inline-block;
    margin-right: 26%;
    margin-top: 5px;
}

.mlt-time-range li {
/*    margin-right: 63px; */
}

/* START MUX */
#custom-handle, #mlt-customhtml-container .mlt-custom-handle {
    background: #fff;
    box-shadow: none;
    width: 9px;
}

.overflow-visible .op3-custom-html-wrapper > div,
#op3-designer-element,
.mux-tool-container > div > div {
    overflow: visible !important;
}


.bgu_btn.set_loop_start, .bgu_btn.set_loop_disable, .bgu_btn.set_loop_end {
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    border: 1px solid darkgray;
}

.pent-loop-start, .pent-loop-end, .loop-overlay {
    position: absolute;
    display:none;
}

.loop-overlay {
    height: 15px;
    width: 0px;
    background: #fbef87;
}

.pent-loop-start {
    background: url(/members/rjl-custom-js/images/loop-triangle-icon.png) no-repeat 0px 0 transparent;
    width: 16px;
    height: 17px;
    left: 5.6%;
    top: -15px;
    background-size: 17px;
}

.pent-loop-end {
    background: url(/members/rjl-custom-js/images/loop-triangle-icon.png) no-repeat 0px -17px transparent;
    width: 16px;
    height: 17px;
    left: 8.6%;
    top: 13px;
    background-size: 17px;
}

.op3-custom-html-wrapper .muxPlayerTool .muxButtons, 
.op3-custom-html-wrapper .muxPlayerTool .muxButtons li {
    padding: 0;
}

.muxButtons {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.muxButtons li {
    display: inline-block;
/*    margin-right: 277px; 
    margin-right: 225px;
*/
    flex: 1;
}

.muxButtons li:first-child {
    text-align: left;
}
#stop_reset {
    text-align: center;
}
.muxButtons li:last-child {
/*    margin-right: 0 !important;
    float: right;
*/    text-align: right;
}

.muxButtons.narrow-width li {
/*    display: inline-block;
    margin-right: 133px; 
    text-align: right;*/
}


#time-start, #time-end,
.mlt-time-start, .mlt-time-end,
.disp_loop_start, .disp_loop_end, .time_display {
    border: 0;
    font-size: 13px;
    color: #000;
    width: 58px;
    padding: 5px;
    text-align: center;
}

.muxDisplay .tm_left .disp_loop_start, 
.muxDisplay .tm_right .disp_loop_end {
    padding: 0px 0px;
    line-height: 31px;
}

#time-end, .mlt-time-end {
    position: relative;
    right: -2px;  
}

#updatetime, #time-end, #time-start,
.mlt-updatetime, .mlt-time-start, .mlt-time-end {
    padding: 6px 5px 4px;
}

#time-start, .mlt-time-start,
.disp_loop_start, .disp_loop_end, .time_display {
    background-color: lightgreen;
    box-shadow: inset 0 0 2px 1px grey;
    border-radius: 2px;
}

#time-end, .mlt-time-end,
.disp_loop_end {
    float: right;
    box-shadow: inset 0 0 2px 1px grey;
    border-radius: 2px;
    background-color: #ff8989;
}

#updatetime, .mlt-updatetime { 
    border: 0;
    width: 96px;
    margin: 0px auto;
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #000;
    border-radius: 4px;
    background-color: whitesmoke;
    box-shadow: inset 0px 0px 5px 1px grey;
    font-size: 22px;
}


/* START sidebar Chapter Markers */

.widget_text .widget-title {
    font-size: 22px;
    padding-left: 12px;
    border: 1px solid #aeaeae;
    padding-top: 10px;
    padding-bottom: 10px;
}

#chapter-markers,#course-navigation,
#custom-bookmarks{
    margin-top: 0;
}

#chapter-markers li, #course-navigation li, #play-along-vids li,
#custom-bookmarks li {
    margin-bottom: 0px;
    list-style: none;
    background: url(../rjl-custom-js/images/graybullet.png) no-repeat 20px 20px;
    background-size: 9px;
    padding-left: 35px;
    border-bottom: 1px solid #aeaeae;
    margin-top: 0px;
    cursor: pointer;
}

#chapter-markers li:hover, #course-navigation li:hover,
#custom-bookmarks li:hover {
    background-color: lightcyan;
}

#chapter-markers a:focus {
    outline: none;
}

#chapter-markers a, #course-navigation a, #play-along-vids a,
#custom-bookmarks a{
    display: block;
    font-size: 18px;
    cursor: pointer;

    padding: 10px 5px 9px 2px;
}

/* jQuery UI accordion overrides */
.ui-accordion-content {
    padding: 0 0 0 0 !important;
}

.ui-accordion-header-icon {
    margin-right: 5px;
}

#accordion > h3 {
    font-size: 20px;
}

#accordion .current-lesson-nav-item {
    background-color: lightgreen;
    padding-left: 50px;
    background-position-x: 35px;
    box-shadow: inset 0 0 4px 1px forestgreen;
    padding-right: 10px;
}

#accordion .current-lesson-nav-item:hover {
    background-color: lightgreen;
}

.main-sidebar {
    padding-top: 50px;
}

/* Firefox overrides */
@-moz-document url-prefix() { 

    #updatetime,#time-end,#time-start,
    .mlt-updatetime, .mlt-time-start, .mlt-time-end {
        padding: 5px 4px;
    }    

    #custom-handle span, .mlt-custom-handle span {
        bottom: 1px;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px) {
    .muxButtons  li {
/*        margin-right: 170px; */
    }
}

@media only screen and (min-width: 1200px) {
    .course-pages .fixed-width {
        width: 1185px;
    }

    .course-pages .two-thirds.column {
        width: 845px !important;
    }

    #time-range li {
        margin-right: 275px;
    }

    .mlt-time-range li {
        margin-right: 270px; 
    }

    .muxButtons.narrow-width li {
/*         margin-right: 133px; */
    }

    .narrow-width .mlt-time-range li {
       margin-right: 131px; 
    }

}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
    #time-range li {
        margin-right: 162px;
    }
/*
    .mlt-time-range li {
        margin-right: 163px;
    }
    .narrow-width .mlt-time-range li {
        margin-right: 131px;
    }

    .muxButtons li {
        margin-right: 155px;
    }
*/
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    #time-range li {
        margin-right: 98px;
    }
/*
    .mlt-time-range li {
        margin-right: 100px;
    }
    .narrow-width .mlt-time-range li {
        margin-right: 72px;
    }

    .muxButtons li {
        margin-right: 101px;
    }
    .muxButtons.narrow-width li {
        margin-right: 74px;
    }
*/    
}

@media only screen and (max-width: 767px) {
    .banner .op-logo img {
        width: 100%;
    }



    #time-range li, .mlt-time-range li,
    .muxButtons, .muxButtons li {
        display: block;
        margin: 5px 0;
    }
    #time-range li input, .mlt-time-range li input,
    .muxButtons li input {
        width: 100%;
        left: 0px;
    }
    .muxButtons.narrow-width li{
        display: block;
        margin: 5px 0;
        float: none !important;
    }
    .muxButtons.narrow-width li input {
        width: 100%;
        left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    #favorites-blk, #favorites-ico {
        float: none !important;
        display: block;
    }

}











