﻿.DVIDSVideoPlayer {
    padding: 8px;
    background-color: #ededed;
}

.DVIDSSearchBox {
    float: right;
    width: 65%;
    padding-right:1rem;
    padding-top:.5rem;
}

    .DVIDSSearchBox .input-group .form-control {
        border-right-width: 0px;
    }

    .DVIDSSearchBox .input-group .input-group-append,
    .DVIDSSearchBox .input-group .input-group-text {
        background-color: white;
        border-left-width: 0px;
        font-size: 18px;
    }

    .DVIDSSearchBox .fa-search {
        color: #555;
    }

.DVIDSFilter {
    margin-bottom:16px;
}
/*Module CSS*/
@media (max-width: 991px), (max-device-width: 991px) {
    .DVIDSMediaTitle {
        font-size: 23px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .DVIDSShareBar [id^="playerEmbedInfo-"] #embedCodeInput {
        min-height: 70px;
    }
}

.dvpAudioPlayerWrapper {
    padding-top: 56px;
}

.dvpAudioPlayerWrapper #waveform>wave {
    overflow: hidden !important;
}

/*Small Desktop*/
@media (max-width: 1199px), (max-device-width: 1199px) {
    .dvpAudioPlayerWrapper {
        padding-top: 20px !important;
    }

        .dvpAudioPlayerWrapper .DVIDSAudioControls {
            padding-top: 40px !important;
        }
}
/*Tablet*/
@media (max-width: 991px), (max-device-width: 991px) {
    .DVIDSDropDown .navbar {
        justify-content: flex-start;
    }

    .DVIDSSearchBox {
        width:100%;
        padding-right:0;
    }

    .dvpAudioPlayerWrapper {
        padding-top: 0 !important;
    }

        .dvpAudioPlayerWrapper .DVIDSAudioControls {
            padding-top: 20px !important;
        }

        .DVIDSShareBar {
        padding: 12px 30px 0 0 !important;
    }

    [id^="playerDownload-"] {
        display: none;
    }

    [id^="playerEmbed-"] {
        display: none;
    }

    .DVIDSMediaTitle {
        font-size: 24px !important;
    }

    .DVIDSLeftSide {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .DVIDSBottomLeft {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .DVIDSRightSide {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px;
    }

    .DVIDSBottomLeft,
    .DVIDSBottomRight {
        padding: 0 15px !important;
    }

    .DVIDSUpNextText {
        margin-top: 30px !important;
    }

    .DVIDSBottomRight {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

        .DVIDSMediaDate {
        margin-bottom: 10px;
    }

    .DVIDSMediaDescription {
        height: auto !important;
        overflow: visible !important;
    }

    .DVIDSNowPlaying {
        font-size: 11px !important;
    }
}

/*Mobile*/
@media (max-width: 767px), (max-device-width: 767px) {
    
    .DVIDSDropDown .dropdown .caret {
        float: right;
        font-size: 2em;
        margin-top: 7px;
        border-top: 7px dashed;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .DVIDSUpNextDropdown .navbar-nav .open .dropdown-menu {
        position: absolute;
        background: #eee;
        width: 100%;
    }

        .DVIDSUpNextDropdown .navbar-nav .open .dropdown-menu > li > a {
            padding: 7px 15px 7px 15px;
        }

    .DVIDSRightSide {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .DVIDSBottomRight {
    }

    .DVIDSMediaTitle {
        font-size: 23px !important;
    }

    .DVIDSVideoItemTitle {
        font-size: 1.2em !important;
    }

    .DVIDSCarouselPagerWrapper {
        margin: 0 !important;
    }

    .DVIDSCarouselLeftPager {
        display: none !important;
    }

    .DVIDSCarouselRightPager {
        display: none !important;
    }

    .DVIDSCarousel {
        width: 100% !important;
    }

    .DVIDSCarouselItem {
        text-align: left !important;
        border-top: 1px solid #ccc !important;
        padding: 10px 0 !important;
        width: 100%;
    }

        .DVIDSCarouselItem a {
            text-align: center;
            margin: auto;
            width: 100%;
        }

    .DVIDSCarouselImgWrapper {
        float: left;
        margin-right: 15px;
        width: 33%;
        height: auto !important;
        padding: 0 !important;
    }

        .DVIDSCarouselImgWrapper img {
            max-height: none !important;
            position: relative !important;
        }

    .DVIDSVideoOverlay img {
        position: absolute !important;
    }

    .DVIDSVideosMore {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .DVIDSVideosMore .btn-primary {
        background-color: #777;
        border:none;
    }
        .DVIDSVideosMore .btn-primary:hover, .DVIDSVideosMore .btn-primary:active {
            background-color: #B41019!important;
        }
}

/*Desktop View*/

.DVIDSVideoPlayer {
    margin-bottom: 15px;
}

.DVIDSVideoPlayerItem .mediaCredits {
    display: inline-block;
    position: relative;
    top: -5px;
    padding-bottom: 5px;
    font-size: .8em;
    font-style: italic;
}

.DVIDSLeftSide {
    float: left;
    width: 64%;
    margin-left: 1rem;
    margin-top: 6px;
    position: relative;
}

.DVIDSBottomLeft {
    float: left;
    width: 64%;
    margin-left: 3%;
}

.DVIDSShareBar {
    padding-top: 12px;
}

    .DVIDSShareBar [id^="playerEmbedInfo-"],
    .DVIDSShareBar [id^="playerShareInfo-"] {
        display: none;
        position: absolute;
        bottom: 37px;
        right: 0;
        z-index: 9999;
        width: 100% !important;
        height: auto !important;
        border: none;
        background: #222;
        padding: 15px 20px 15px;
    }

        .DVIDSShareBar [id^="playerEmbedInfo-"] span {
            font-weight: bold;
            font-size: 14px;
            color: #fff;
        }

        .DVIDSShareBar [id^="playerEmbedInfo-"] #embedCodeInput {
            margin-top: 15px;
            color: #000;
            width: 100%;
            padding: 5px 20px;
            margin-bottom: 5px;
            height: auto;
            font-size: 13px;
            min-height: 50px;
        }

        .DVIDSShareBar [id^="playerShareInfo-"] .a2a_kit {
            height: 32px;
            float: left;
            margin-bottom: 0;
        }

            .DVIDSShareBar [id^="playerShareInfo-"] .a2a_kit a {
                margin-bottom: 0;
            }

        .DVIDSShareBar [id^="playerEmbedInfo-"] [id^="closeEmbedBox-"],
        .DVIDSShareBar [id^="playerShareInfo-"] [id^="closeShareBox-"] {
            float: right;
            background: #DD1414;
            color: #fff;
            border: none;
            padding: 5px 10px;
            margin-top: 2px;
            font-size: 14px;
        }

            .DVIDSShareBar [id^="playerEmbedInfo-"] [id^="closeEmbedBox-"]:hover,
            .DVIDSShareBar [id^="playerShareInfo-"] [id^="closeShareBox-"]:hover {
                background: #ddd;
                color: #222;
            }

.DVIDSShareText {
    float: right;
    font-weight: bold;
    margin-left: 5%;
    text-transform: uppercase;
    cursor: pointer;
    color: #000 !important;
    border: none;
    background: transparent;
}

    .DVIDSShareText:hover {
        color: #B41019 !important;
    }

    .DVIDSShareText a {
        color: #000 !important;
        text-decoration: none !important;
    }

        .DVIDSShareText a:hover {
            color: #B41019 !important;
        }

    .DVIDSShareText .fa {
        font-size: 1.3em;
        margin-right: 5px;
    }

    .DVIDSShareText .fa-link {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

.DVIDSRightSide {
    float: right;
    width: 27%;
    margin-right: 3%;
}

.DVIDSBottomRight {
    float: right;
    width: 27%;
    margin-right: 3%;
}

.DVIDSMediaTitle {
    color: #2a2a2a;
    font-size: 25px;
    margin-top: 0;
    line-height: 1.25em;
    margin-bottom: 10px;
    font-weight: 500;
}

.DVIDSMediaUnitName {
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 5px;
}

.DVIDSMediaDate {
    font-size: .9em;
    color: #666;
    margin-bottom: 5px;
}

.DVIDSMediaDescTopLine {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 10px;
}

.DVIDSMediaDescription {
    width: 100%;
    height: 185px;
    padding-right: 5px;
    overflow: auto;
    font-size:14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

    .DVIDSMediaDescription span {
        line-height: 1.5em;
        padding-bottom: 5px;
        /*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
    }

.DVIDSTags {
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.DVIDSMediaTags {
    display: block;
    list-style: none;
    margin: 0;
    text-align: left;
    padding-top: 10px;
}

    .DVIDSMediaTags span {
        display: inline-block;
        margin: 0 4px 4px 0;
    }

        .DVIDSMediaTags span a {
            display: block;
            background: #f6f6f6;
            padding: 7px 10px 5px;
            font-size: 12px;
            text-decoration: none !important;
        }

            .DVIDSMediaTags span a:hover {
                background: #999;
                color: #FFF;
                cursor: pointer;
            }

.DVIDSMediaTagsMore {
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    color: #777;
}

    .DVIDSMediaTagsMore:hover {
        color: #B41019;
    }

.DVIDSMediaDescriptionMore {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

    .DVIDSMediaDescriptionMore:hover {
        color: #B41019;
    }

.DVIDSBottom {
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.DVIDSLeft {
    float: left;
    width: 49%;
}

.DVIDSUpNextText {
    font-weight: bold;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 24px;
}

.DVIDSDropDown .navbar-brand {
    font-size: 1.1em;
    font-weight: bold;
}

.DVIDSUpNextDropdown, #divDVIDSClearSearch, #btnDVIDSSearch {
    cursor: pointer;
}

.DVIDSUpNextDropdown .navbar-nav > li > .dropdown-menu {
    padding: 0;
    min-width: 218px;
}

.DVIDSUpNextDropdown .dropdown-menu > li > a {
    padding: 7px 15px;
    border-top: 1px solid #ddd;
    display:block;
}

.DVIDSUpNextDropdown .dropdown-menu > li:first-child > a {
    border-top: none;
}

.DVIDSDropDown .dropdown-menu > li > a {
    text-decoration: none;
}

    .DVIDSDropDown .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #555;
    }

.DVIDSRight {
    float: right;
    width: 49%;
}

.DVIDSCarouselSection {
    margin-bottom: 10px;
}

.DVIDSCarouselPagerWrapper {
    position: relative;
    margin: 0 10px;
    float: left;
}

.DVIDSCarouselLeftPager {
    float: left;
    font-size: 32px;
    margin-top: 25px;
    cursor: pointer;
    color: #777;
}

    .DVIDSCarouselLeftPager:hover {
        color: #222;
    }

    .DVIDSCarouselLeftPager.Disabled {
        color: #ddd !important;
    }

.DVIDSCarouselRightPager {
    float: right;
    font-size: 32px;
    margin-top: 25px;
    cursor: pointer;
    color: #777;
}

    .DVIDSCarouselRightPager:hover {
        color: #222;
    }

    .DVIDSCarouselRightPager.Disabled {
        color: #ddd !important;
    }

.DVIDSCarouselWrapper {
    overflow: hidden;
}

.DVIDSCarousel {
    padding-top: 10px;
}

#playerModuleContainer .rsOverflow, .DVIDSVideoPlayer .rsOverflow {
    overflow: visible !important;
    height: 100% !important;
}

.DVIDSCarouselItem {
    font-size: 12px;
    line-height: normal;
    text-align: left;
}

.DVIDSCarouselImgWrapper.Selected {
    text-align: center;
}

.DVIDSOverlay {
    text-align: center;
}

.DVIDSCarouselItem a {
    text-decoration: none !important;
}

.DVIDSCarouselImgWrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
    margin-bottom: 8px;
    opacity: 0.7;
}

    .DVIDSCarouselImgWrapper img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .DVIDSCarouselImgWrapper:hover {
        opacity: 1;
    }

    .DVIDSCarouselImgWrapper.Selected {
        opacity: 1;
    }

.DVIDSVideoItemTitle {
    font-size: 13px;
    text-decoration: none !important;
}

.DVIDSNowPlayingOverlay {
    width: 100%;
    height: 100%;
}

.DVIDSNowPlaying {
    background-color: #DD1414;
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 0 0;
    text-transform: uppercase;
    line-height: 1.4em;
    z-index: 100;
}

.DVIDSOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}

.DVIDSVideoOverlay img {
    width: 30px;
    height: 30px;
}

.DVIDSOverlay .fa {
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 10px;
    top: 30%;
    left: 40%;
    position: absolute;
}

.DVIDSOverlay .fa-volume-up {
    background: none;
}

.DVIDSDurationOverylay {
    position: absolute;
    bottom: 0;
    right: 1px;
    color: #FFF;
    padding: 2px 7px;
    background: rgba(0,0,0,0.8);
    font-size: 12px;
}






/*
    Container-based Tablet Mode
    Used when the DVIDSVideoPlayer container div is smaller than 700px but the window is bigger than tablet view (991px)
*/

.DVIDSVideoPlayerContainerTablet .dvpAudioPlayerWrapper {
    padding-top: 0 !important;
}

    .DVIDSVideoPlayerContainerTablet .dvpAudioPlayerWrapper .DVIDSAudioControls {
        padding-top: 20px !important;
    }

.DVIDSVideoPlayerContainerTablet .DVIDSFilter {
    margin-bottom: 0 !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSSearchBox input {
    width: 55% !important;
    margin-left: -4.1em;
}

.DVIDSVideoPlayerContainerTablet .DVIDSShareBar {
    padding: 2px 30px 15px 0 !important;
}

.DVIDSVideoPlayerContainerTablet [id^="playerDownload-"] {
    display: none;
}

.DVIDSVideoPlayerContainerTablet [id^="playerEmbed-"] {
    display: none;
}

.DVIDSVideoPlayerContainerTablet .DVIDSMediaTitle {
    font-size: 20px !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSLeftSide {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSBottomLeft {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSRightSide {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSUpNextText {
    margin-top: 30px !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSBottomRight {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSDropDown .navbar-nav {
    float: left !important;
    margin: 0 !important;
}

    .DVIDSVideoPlayerContainerTablet .DVIDSDropDown .navbar-nav > li {
        float: none;
    }

        .DVIDSVideoPlayerContainerTablet .DVIDSDropDown .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }

.DVIDSVideoPlayerContainerTablet .DVIDSMediaDate {
    margin-bottom: 10px;
}

.DVIDSVideoPlayerContainerTablet .DVIDSMediaDescription {
    height: auto !important;
    overflow: visible !important;
}

.DVIDSVideoPlayerContainerTablet .DVIDSNowPlaying {
    font-size: 11px !important;
}
.DVIDSNowPlaying
{
    font-size: 10px;
}

.DVIDSDropDown .dropdown-toggle
{
    color: #517768;
}

.DVIDSVideoPlayerContainerTablet .DVIDSMediaTitle
{
    font-size: 14px !important;
}

@media (max-width: 991px), (max-device-width: 991px)
{
    .DVIDSMediaTitle
    {
        font-size: 14px !important;
    }
}

/*Tablet*/
@media (max-width: 767px), (max-device-width: 767px) {
    .DVIDSMediaTitle
    {
        font-size: 14px !important;
    }
}

.DVIDSVideoPlayer .mejs-container .mejs-controls .mejs-time
{
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}