﻿/*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 .DVIDSAudioControls
{
    padding-top: 76px !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)
{
    .dvpAudioPlayerWrapper
    {
        padding-top: 0 !important;
    }
    .dvpAudioPlayerWrapper .DVIDSAudioControls
    {
        padding-top: 20px !important;
    }
    .DVIDSFilter
    {
        margin-bottom: 0 !important;
    }

    .DVIDSSearchBox input
    {
        width: 192px !important;
    }

    .DVIDSShareBar
    {
        padding: 12px 30px 0 0 !important;
    }

    [id^="playerDownload-"]
    {
        display: none;
    }

    #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;
    }

    .DVIDSDropDown .navbar-nav
    {
        float: left !important;
        margin: 0 !important;
    }

    .DVIDSDropDown .navbar-nav > li
    {
        float: none;
    }

    .DVIDSDropDown .navbar-nav > li > a
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .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 .navbar-nav
    {
        float: none !important;
        margin: 0;
        padding-left: 87px;
    }

    .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;
    }

    .DVIDSSearchBoxWrapper
    {
        background: #666;
        padding: 15px;
    }

    .DVIDSSearchBox
    {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        padding-right: 25px !important;
    }

    .DVIDSSearchBox input
    {
        width: 100% !important;
    }

    .DVIDSSearchBox .fa-close
    {
        position: absolute;
        top: 24px !important;
        right: 60px !important;
    }

    .DVIDSSearchBox .fa-search
    {
        position: absolute;
        top: 24px !important;
        right: 40px !important;
    }

    .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;
    }
}

/*Desktop View*/

.DVIDSVideoPlayer
{
    margin-bottom: 15px;
}

.DVIDSLeftSide
{
    float: left;
    width: 64%;
    margin-left: 3%;
    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-"],
            .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: #767676;
    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-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: #eee;
    color: #0068D6;
    padding: 7px 10px 5px;
    font-size: .9em;
    text-decoration: none !important;
}

.DVIDSMediaTags span a:hover
{
    background: #103967;
    color: #FFF;
    cursor: pointer;
}

.DVIDSMediaTagsMore
{
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    color: #355E92;
}

.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%;
}

.DVIDSFilter
{
    line-height: 34px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    border: none;
}

.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;
}

.DVIDSDropDown .dropdown-toggle
{
    width: 100%;
    text-align: left;
    color: #084476;
    background-color: #ddd;
    cursor: pointer;
    text-decoration: none;
}

.DVIDSDropDown .navbar-nav > .open > a,
.DVIDSDropDown .navbar-nav > .active > a:hover
{
    color: #fff;
    background-color: #084476;
}

.DVIDSUpNextDropdown .navbar-nav > li > .dropdown-menu
{
    padding:0;
    min-width:218px;
}

.DVIDSUpNextDropdown .dropdown-menu > li > a
{
    padding:7px 15px;
    border-top:1px solid #ddd;
}

.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: #084476;
}

.DVIDSRight
{
    float: right;
    width: 49%;
}

.DVIDSSearchBox
{
    display: block;
    float: right;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    border-radius: 2px;
    margin: 6px 30px 0 0;
    padding-right: 10px;
}

.DVIDSSearchBox input
{
    font-size: 1.5rem;
    padding: 7px 36px 7px 12px;
    margin: 0;
    color: #707070;
    border: 0;
    line-height: normal;
    font-family:"Open Sans", Arial, Arial, Helvetica, sans-serif;
}

.DVIDSSearchBox input:focus
{
    outline-width: 0;
}

.DVIDSSearchBox .fa-close
{
    color: #7f7f7f;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 76px;
    bottom: 11px;
}

.DVIDSSearchBox .fa-search
{
    color: #7f7f7f;
    text-decoration: none;
    position: absolute;
    right: 56px;
    bottom:9px;
    font-size:19px;
}

.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;
}


.DVIDSVideoPlayerItem .mediaCredits {
    display: inline-block;
    position: relative;
    top: -5px;
    padding-bottom: 5px;
    font-size: .8em;
    font-style: italic;
}

.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: 192px !important;
}

.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;
}

.DVIDSVideoPlayer .mejs__time {
    height: 28px !important;
}