/*Controller for the previous uploads portion of the content provider site*/
/*Copyright Stringr, Inc 2018*/

.stringrBody .providerSurveys {
    padding: 15px;
    padding-top: 0 !important;
    background-color: #222;
    display: none;
}

.stringrBody .providerSurveys .refreshVideosButton {
    margin-bottom: 15px;
}

.stringrBody .providerSurveys .pagingButtons {
    margin-bottom: 15px;
    overflow: auto;
    clear: both;
}

.stringrBody .providerSurveys .pageButton {
    border: 1px solid #ccc;
    color: #ccc;
    background: #222;
    border-radius: 0px;
    width: 7.5em;
}

.stringrBody .providerSurveys .pageButton:hover {
    background-color: #333;
}

.stringrBody .providerSurveys .pagingButtons {
    text-align: center;
}

.stringrBody .providerSurveys .videosContainer {
    text-align: center;
}

.stringrBody .providerSurveys .videosContainer .videoGroupContainer {
    position: relative;
    border: 2px solid black;
    margin: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.stringrBody .providerSurveys .videosContainer .videoGroupContainer:hover {
    border: 2px solid white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls {
    background-color: rgba(68, 68, 68, 0.6);
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: "Open Sans", "Helvetica Neue", helvetica, sans-serif;
    font-size: 14px;
    height: 26px;
    line-height: 20px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    pointer-events: auto;
    position: absolute;
    text-size-adjust: 100%;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    text-align: left;
}

.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls span,
.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls a {
    float: right;
}

.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls>* {
    margin-left: 5px;
    padding: 2px;
    border-radius: 0;
}

.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls>.btn {
    padding-top: 0;
    padding-bottom: 0;
}

.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls>.btn[disabled] {
    opacity: 0;
}

.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls .duration {
    width: 40px;
}

.stringrBody .providerSurveys .videoGroupContainer .videoGroupControls .title {
    width: 154px;
    height: 20px;
    float: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stringrBody .providerSurveys .video-js.vjs-user-active .vjs-big-play-button,
.stringrBody .providerSurveys .video-js .vjs-big-play-button {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    background-color: white;
    color: #c22;
    text-shadow: none;
    border: 1px solid #ccc;
    opacity: .7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.stringrBody .providerSurveys .video-js.vjs-user-inactive .vjs-big-play-button {
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.stringrBody .providerSurveys .videoGroupContainer {
    display: inline-block;
}

.stringrBody .providerSurveys .videoGroupContainer .vjs-control-bar {
    bottom: initial;
    top: 0;
}

.vjs-control:focus {
    outline: none;
}

.stringrBody .providerSurveys .videoGroupContainer .vjs-fullscreen .vjs-control-bar {
    bottom: 0 !important;
    top: initial;
}

.vjs-icon-placeholder:before {
    line-height: 1.9em;
    left: 0.08em;
    top: -0.06em;
}

.vjs-poster {
    display: none;
}
