.export{
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
    overflow-y: auto;
}
.export .fullscreen #modules,
.export .fullscreen #module-steps,
.export .fullscreen .play_navigate{
    display:none;
}
.export .play_navigate{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.export .volume-div{
    height: 21px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 80px
}
.export .main-play-player #video-controls #volume-bar{
    width: 60px;
}
/*.export .seek-div{
    height: calc(1rem + 2px);
}*/
.export .video{
    display: none;
}
.export .video.active{
    display: block;
}
.export .fullscreen .video-container {
    position: relative;
    margin: 0 auto;
}
.export .fullscreen #video-controls {
    position: fixed;
    bottom: 0;
    left: 0;
}
.export .fullscreen .video-module {
    width: 100%;
    height: calc(100% - 56px);
    left: 0;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.export .video-module {
    width: 100%;
    height: auto;
    background: none;
}
.export .window-control {
    height: 100%;
    position: absolute;
    width: 50px;
    z-index: 1000;
    top: 0;
    font-size: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.export .window-control .material-icons {
    font-size: 50px;
    color: #aaa;
    cursor: pointer;
}
.export #window-back{
    left: 0;
}
.export #window-forward{
    right: 0;
}
.export #main-content .main-play-player{
    margin-left: 0;
}
.export .video-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.export #video-controls{
    margin: auto;
    background-color: #f6f6f6;
    border: 1px solid #c4cccc;
    background-image: none;
}
.export .video-module .video-container .video{
    bottom: auto;
    max-height: 100%;
    height: 100%;
}

.export .main-play-player #video-controls input[type='range']{
    padding-top: 0;
    padding-bottom: 0;
}
.export .icon{
    display: inline-block;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
}

.export .icon.navigate_before{
    height: 24px;
    width: 40px;
    background-image: url("../images/export_icon_before_small.png");
}
.export .icon.navigate_next{
    height: 24px;
    width: 40px;
    background-image: url("../images/export_icon_next_small.png");
}
.export .icon.navigate_before_48{
    height: 48px;
    width: 48px;
    background-image: url("../images/export_icon_before_big.png");
}
.export .icon.navigate_next_48{
    height: 48px;
    width: 48px;
    background-image: url("../images/export_icon_next_big.png");
}
.disabled .navigate_before_48,
.disabled .navigate_next_48{
    opacity: 0.5;
}
.export .icon.play_arrow{
    width: 50px;
    background-image: url("../images/export_icon_play.png");
}
.export .icon.pause{
    width: 50px;
    background-image: url("../images/export_icon_pause.png");
}
.export .icon.volume_off{
    background-image: url("../images/export_icon_volume_off.png");
}
.export .icon.fullscreen{
    background-image: url("../images/export_icon_fullscreen.png");
}
.export .icon.volume_up{
    background-image: url("../images/export_icon_volume_up.png");
}
.export .icon.replay{
    width: 50px;
    background-image: url("../images/export_icon_replay.png");
}
.export .icon.autorenew{
    background-image: url("../images/export_icon_renew.png");
}
.export .icon.next{
    background-image: url("../images/export_icon_next.png");
}
.export .icon.before{
    background-image: url("../images/export_icon_before.png");
}
.export .icon.home{
    background-image: url("../images/export_icon_home.png");
}
.export .icon.fullscreen:hover{
    background-image: url("../images/export_icon_fullscreen_hover.png");
}
.export .icon.next:hover{
    background-image: url("../images/export_icon_next_hover.png");
}
.export .icon.before:hover{
    background-image: url("../images/export_icon_before_hover.png");
}
.export .icon.home:hover{
    background-image: url("../images/export_icon_home_hover.png");
}
.export .icon.replay:hover{
    background-image: url("../images/export_icon_replay_hover.png");
}
.export .icon.play_arrow:hover{
    background-image: url("../images/export_icon_play_hover.png");
}
.export .icon.pause:hover{
    background-image: url("../images/export_icon_pause_hover.png");
}

.export .btn-primary{
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}

.export .controls-default button{
    color: #d7d7d7;
    background-color: transparent;
    border-color: #919191;
    height: 22px;
}

.export .controls-default button:focus{
    outline: none;
}

.export .main-play-player #video-controls input,
.export .main-play-player #video-controls #seek-bar{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.export input[type=range] {
    -webkit-appearance: none;
    height: 20px;
    padding: 0;
    margin: -1.5px 0;
    background: transparent;
}

.export input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: content-box;
    margin-top: -8px;
    width: 5px;
    height:20px;
    background: #d7d7d7;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 0 transparent;
}

.export input[type=range]::-moz-range-thumb {
    width: 5px;
    height:20px;
    background: #d7d7d7;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 0 transparent;
}

.export input[type=range]::-ms-thumb { /* should come after -webkit- */
    width: 5px;
    height:20px;
    margin-top: 0; /* edge uses -webkit... so reset here*/
    background: #d7d7d7;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 0 transparent;
}

.export input[type=range]::-webkit-slider-runnable-track {
    background: #6e7676;
    box-shadow: 0 0 0 0 transparent;
    height: 3px;
}

.export input[type=range]::-moz-range-track {
    height: 3px;
    background: #6e7676;
    box-shadow: 0 0 0 0 transparent;
}

.export input[type=range]::-ms-track { /* should come after -webkit- */
    border-color: transparent;
    color: transparent;
    background: transparent; /* defined in upper and lower */
    box-shadow: 0 0 0 0 transparent;
}
.export input[type=range]::-ms-fill-upper{
    background-color: #6e7676;
    height: 3px;
}
.export input[type=range]::-ms-fill-lower {
    background-color: #6e7676;
    height: 3px;
}

.export input[type=range]::-moz-range-progress {
    background-color: #6e7676;
    height: 3px;
}
.export input[type=range]::-ms-tooltip {
    display: none;
}

#window-forward.disabled,
#window-back.disabled{
    pointer-events: none;
}
.fullscreen #menu-row{
    display: none;
}
.fullscreen .main-play-player{
    border: 0 none;
    margin: 0;
}
.fullscreen #canvas {
    border-color: #000000;
}