﻿/* VIDEO PLAYER CONTROL */
.videoPlayerControl {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #333333;
    z-index: 9999999;
    display: none;
}

.rodapeVideoPlayerControl {
    width: 100%;
    height: 60px;
    background-color: #333333;
    display: none;
    margin-bottom: 15px;
}

/* END VIDEO PLAYER CONTROL */

.dtplayer {
    width: 640px;
    height: 360px;
    border-radius: 5px;
}


    .dtplayer .info {
        background-color: transparent;
        position: absolute;
        top: 50px;
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        z-index: 11;
        padding: 15px;
        color: #333333;
        font-weight: bold;
        font-size: 12px;
    }

.panelProgressoVisualizacao {
    height: 20px;
    text-align: center;
    font-family: Tahoma;
    font-size: 0.8em;
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
}

.divProgressoVideo {
    width: 100%;
}

.txtPanelProgressoVisualizacao {
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-family: Tahoma;
    font-size: 0.8em;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal;
    background: #333333;
    color: #FFFFFF;
    border: none;
}

.panelInfoVisualizacaoVideo {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #333333;
}

.styleResultVisualizacao {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    width: 60%;
    color: #ffffff;
    display: inline-block;
}

.alerta-instabilidade-conexao {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

.btAulaAnteriorControlVideo {
    width: 20%;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.btAulaSeguinteControlVideo {
    height: 20px;
    line-height: 20px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
    width: 20%;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.flowplayer .fp-share {
    display: none !important;
}

.flowplayer .fp-playlist {
    display: none !important;
}

.infoLogonAcesso {
    padding-bottom: 20px;
}

    .infoLogonAcesso b {
        color: #CD141A;
    }

.divInfoCompra {
    font-size: 1.3em;
    text-align: center;
    padding-top: 70px;
    color: #ffffff;
}

.btLogonAreaAluno {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.video-js .vjs-big-forward-button {
    position: absolute;
    width: 88px;
    height: 88px;
    background: none;
    background-repeat: no-repeat;
    background-position: 50%;
    border: none;
    top: 50% !important;
    right: 15%;
    margin-top: -40px;
    /* color: purple; */
    fill: #ffffff;
    cursor: pointer;
    z-index: 1;
}

    .video-js .vjs-big-forward-button:hover {
        fill: #808080;
    }

    .video-js .vjs-big-forward-button svg {
        width: 30px;
    }

.vjs-user-inactive .vjs-big-forward-button {
    display: none;
}

.video-js .vjs-big-forward-button .button-control-text {
    color: #ffffff;
    display: block;
}



.video-js .vjs-big-backward-button {
    position: absolute;
    width: 88px;
    height: 88px;
    background: none;
    background-repeat: no-repeat;
    background-position: 50%;
    border: none;
    top: 50% !important;
    left: 15%;
    margin-top: -40px;
    /* color: purple; */
    fill: #ffffff;
    cursor: pointer;
    z-index: 1;
}

    .video-js .vjs-big-backward-button:hover {
        fill: #808080;
    }


    .video-js .vjs-big-backward-button svg {
        width: 30px;
    }

.vjs-user-inactive .vjs-big-backward-button {
    display: none;
}

.video-js .vjs-big-backward-button .button-control-text {
    color: #ffffff;
    display: block;
}

.vjs-theme-forest {
    --vjs-theme-forest--primary: #333333 !important;
    --vjs-theme-forest--secondary: #fff;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    color: #ffffff !important;
}

.vjs-theme-forest .vjs-control:not(.vjs-disabled):not(.vjs-time-control):hover {
    color: #333333;
    text-shadow: var(--vjs-theme-forest--secondary) 1px 0 10px
}

.vjs-theme-forest .vjs-big-play-button {
    background: url('/areadoaluno/player/videojs/img/play-solid.png') !important;
    background-size: 40% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

    .vjs-theme-forest .vjs-big-play-button:hover {
        background: url('/areadoaluno/player/videojs/img/play-solid-hover.png') !important;
        background-size: 40% !important;
        background-repeat: no-repeat !important;
        background-position: center center !important
    }

    .vjs-theme-forest .vjs-big-play-button path {
        fill: #fffffff;
    }

    .vjs-theme-forest .vjs-big-play-button svg path {
        fill: #ff0000 !important;
    }


.vjs-ovelay-content {
    background-color: transparent;
    position: absolute;
    top: 50px;
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 11;
    padding: 15px;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    z-index: 0;
}

.vjs-theme-forest .vjs-control-bar {
    margin-bottom: 0em !important;
}

.alerta-instabilidade-conexao {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    min-height: 360px;
    vertical-align: middle;
    line-height: 20px;
    align-content: space-around;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 20px;
    background-color: #ff00002e;
    font-size: 14px;
}

    .alerta-instabilidade-conexao i {
        font-size: 20px;
        /* padding: 20px; */
        border: 1px solid #FF5722;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
        height: 50px;
        vertical-align: middle;
        line-height: 50px;
        margin-bottom: 20px;
        color: #ffffff;
        background-color: #FF5722;
    }


.divInfoErroConexao {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    min-height: 360px;
    vertical-align: middle;
    line-height: 20px;
    align-content: space-around;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 20px;
    background-color: #ff00002e;
    font-size: 14px;
}

    .divInfoErroConexao i {
        font-size: 20px;
        /* padding: 20px; */
        border: 1px solid #FF5722;
        width: 50px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
        height: 50px;
        vertical-align: middle;
        line-height: 50px;
        margin-bottom: 20px;
        color: #ffffff;
        background-color: #FF5722;
    }

    .divInfoErroConexao #aguarde img {
        max-width: 200px;
        height: auto;
        border-radius: 25px;
    }

.endscreen {
    top: 10%;
    left: 5%;
    position: absolute;
    width: 90%;
    height: 80%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: rgb(51 51 51 / 95);
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /* opacity: 0; */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    display: flex;
    align-content: center;
    /* align-items: center; */
    color: #ffffff !important;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    z-index: 100000;
}


.vjs-modal-dialog .vjs-modal-dialog-content {
    z-index: 100 !important;
}

.btn-modal-assistir-novamente {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    background-color: #df4a43;
    border-radius: 12px;
    font-size: 14px;
}

    .btn-modal-assistir-novamente:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #CD141A;
        filter: brightness(1.2); /* Valor padrão */
        transition: filter 0.5s ease; /* Adiciona uma transição suave */
        cursor: pointer;
    }


.vjs-menu-button-popup .vjs-menu {
    z-index: 2;
}

.video-js .vjs-ovelay-speed-controls {
    position: absolute;
    width: 5em;
    height: auto;
    top: 10%;
    left: 20px;
    z-index: 1;
}

    .video-js .vjs-ovelay-speed-controls span {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        background-color: #333333;
        border-radius: 8px;
        margin-top: 10px;
        font-size: 1.2em;
        font-weight: bold;
        opacity: 0.8;
        cursor: pointer;
    }


.vjs-user-inactive .vjs-ovelay-speed-controls {
    display: none;
}

.vjs-title-bar-title {
    font-weight: 400 !important;
    margin-bottom: 0.333em;
    font-size: 1.5em;
}

@media screen and (max-width: 470px) {

    .vjs-title-bar-title {
        font-size: 1.3em !important;
    }

    .video-js .vjs-ovelay-speed-controls {
        position: absolute;
        width: 4em;
        height: auto;
        top: 15%;
        left: 10px;
        z-index: 1;
    }

        .video-js .vjs-ovelay-speed-controls span {
            display: block;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-top: 5px;
            font-size: 1.0em;
            font-weight: bold;
        }


    .vjs-theme-forest .vjs-big-play-button {
        background: url('/areadoaluno/player/videojs/img/play-solid.png') !important;
        background-size: 25% !important;
        background-repeat: no-repeat !important;
        background-position: center center !important
    }

        .vjs-theme-forest .vjs-big-play-button:hover {
            background: url('/areadoaluno/player/videojs/img/play-solid-hover.png') !important;
            background-size: 25% !important;
            background-repeat: no-repeat !important;
            background-position: center center !important
        }

    .vjs-ovelay-content {
        font-size: 10px;
    }

    .endscreen {
        position: relative;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        flex-direction: column;
        justify-content: center;
        z-index: 100000;
        flex-wrap: nowrap;
    }

        .endscreen h3 {
            font-size: 12px;
            font-weight: bold;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .endscreen h4 {
            font-size: 12px;
            margin-top: 0px;
        }

    .btn-modal-assistir-novamente {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #333333;
        background-color: #f9eb33;
        border-radius: 12px;
        font-size: 10px;
    }
}

.video-js .vjs-control-bar {
    background-color: #0000006b !important;
}

.video-js {
    border-radius: 5px;
}

    .video-js .vjs-tech {
        border-radius: 5px;
    }

.vjs-poster img {
    border-radius: 5px;
}

.vjs-title-bar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}





.avaliacaoAula {
    float: left;
    /* height: 46px; */
    padding: 0 10px;
    display: flex;
    width: 100%;
    max-width: 400px;
    /* text-align: center; */
    justify-content: space-evenly;
    margin: 0px;
    flex-direction: row-reverse;
}

    .avaliacaoAula:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .avaliacaoAula:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .avaliacaoAula:not(:checked) > label:before {
            content: '★ ';
        }

    .avaliacaoAula > input:checked ~ label {
        color: #ffc700;
    }

    .avaliacaoAula:not(:checked) > label:hover,
    .avaliacaoAula:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .avaliacaoAula > input:checked + label:hover,
    .avaliacaoAula > input:checked + label:hover ~ label,
    .avaliacaoAula > input:checked ~ label:hover,
    .avaliacaoAula > input:checked ~ label:hover ~ label,
    .avaliacaoAula > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }


.vjs-modal-dialog .vjs-modal-dialog-content {
    padding: 0px 0px !important;
}

.dbCloseEndScreen {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    background: #999999;
    padding: 5px;
    border-radius: 25px;
    width: 30px;
    cursor: pointer;
}

.vjs-control-bar .vjs-picture-in-picture-control {
    display: none;
}

#divInfoLimiteVisualizacoesAtingido {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    min-height: 360px;
    vertical-align: middle;
    line-height: 20px;
    align-content: space-around;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 20px;
    background-color: #ff00002e;
    font-size: 14px;
}

    #divInfoLimiteVisualizacoesAtingido i {
        font-size: 20px;
        /* padding: 20px; */
        border: 1px solid #FF5722;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
        height: 50px;
        vertical-align: middle;
        line-height: 50px;
        margin-bottom: 20px;
        color: #ffffff;
        background-color: #FF5722;
    }

#timeoutReconect {
    font-size: 20px;
}


.btn-modal-comprar {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    background-color: #F44336;
    border-radius: 12px;
    font-size: 14px;
    margin: 10px;
}

    .btn-modal-comprar:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #F44336;
        filter: brightness(1.2); /* Valor padrão */
        transition: filter 0.5s ease; /* Adiciona uma transição suave */
        cursor: pointer;
    }

.msg-modal-custom {
    padding: 5px;
    font-size: 16px;
    color: #f9eb33;
    font-weight: 700;
}

.speed-selected-button {
    color: #00BCD4;
    filter: brightness(1.5);
}