﻿.tooltipGenerator {
    cursor: pointer;
}


.videoLinkClass, .audioLinkClass, .btnShareClass {
    height: 47.5px;
    width: 48px;
}

    .videoLinkClass:hover, .audioLinkClass:hover, .btnShareClass:hover {
        background-position: left bottom;
    }

.guestTable {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

    .guestTable td {
        padding: 5px;
        vertical-align: middle;
    }

.small {
    width: 18px;
    height: 18px;
    float: right;
}


.btnNextClass {
    background-color: #f67474;
    height: 45px;
    border-radius: 5px;
    width: 10%;
    float: left;
    color: white;
    margin-left: 14px;
}

    .btnNextClass:hover {
        background-color: #b23030;
        background-position: left bottom;
    }

.btnNextWarrper {
    padding: 14px;
    text-align: center;
}


.next-btn {
    height: 18px;
    width: 8%;
    padding: 20px 14px;
    background-color: #266e82;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    margin: 14px;
}

    .next-btn:hover {
        background-color: #0d3641;
        transition: all 0.3s ease;
    }


.btn-s {
    height: 32px;
    width: 40px;
    padding: 12px;
    font-weight: 400;
}

    .btn-s > svg {
        width: 20px;
    }

.status-bar-content {
    width: 1200px;
    margin: 0 auto;
}


.btn {
    background-color: #fff;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    padding: 8px 4px;
    margin: 14px 14px;
}

.ml20 {
    margin-left: 20px;
}

.ml100 {
    margin-left: 100px;
}


.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.t-s {
    font-size: 12px;
}

.t-m {
    font-size: 14px;
}

.t-l {
    width: 1000px;
    font-size: 22px;
    font-weight: 300;
    float: left;
}

.in-process {
    border-bottom: 6px solid #266e82;
    width: 27%;
    float: left;
    text-align: right;
    font-weight: 700;
    line-height: 16px;
    margin: 16px 4px 12px 0px;
    color: #266e82;
}

.approved {
    border-bottom: 6px solid #ee5903;
    border-color: lightseagreen;
    width: 27%;
    float: left;
    text-align: right;
    font-weight: 700;
    line-height: 16px;
    margin: 16px 4px 12px 0px;
    color: #ee5903;
    color: lightseagreen;
}

.status-wrapper {
    /*box-shadow: 0px 1px 5px #c2c2c2;*/
}

.status-bar {
    height: 48px;
    width: 1121px;
    margin: 0 auto;
    padding: 16px 0 28px 0;
}

.time-line {
    width: 27%;
    height: 16px;
    border-bottom: 6px solid #c7c9cd;
    margin: 16px 4px 12px 0px;
    float: left;
    text-align: right;
    font-weight: 500;
    line-height: 16px;
    color: #c7c9cd;
}

.orange {
    border-bottom: 6px solid #ee5903;
}

.download {
    width: 20%;
}

.linkText {
    text-align: center;
    line-height: 45px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.review-ready-button {
    display: inline-block;
    background: #f67474;
}

    .review-ready-button:hover {
        background-color: #b23030;
    }

iframe.player-iframe {
    position: relative;
    /* left: -90px; */
    margin-top: 40px;
    width: 1140px;
    height: 650px;
    border: none;
    display: block;
}

    iframe.player-iframe .control-menu #language {
        border-width: 0px;
    }

    iframe.player-iframe .manager .video .video-wrapper .progress-bar {
        background: none;
    }

    iframe.player-iframe .manager .video .video-wrapper .volume .vol-bar {
        top: 10px;
    }

    iframe.player-iframe .manager .video .video-wrapper .time-progress {
        top: 11px;
    }

.buttons-row.with-caption-wave {
    margin-top: 1.00px;
}

.buttons-row.without-caption-wave {
    margin-top: 45px !important;
}
