﻿/*Work-arounds for non-responsive skins*/
*
{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.breadcrumbContainer a, a.breadcrumb, a.breadcrumb:link
{
    padding: 0;
    margin: 0;
    background-color: white;
    border-radius: 0;
}

#playerModuleContainer *
{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

#playerModuleContainer .mejs-container .mejs-controls .mejs-time
{
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

#playerModuleContainer
{
    position: relative;
    background: #EFF1EE;
    overflow: hidden;
}

.DVIDSCarouselWrapper
{
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.DVIDSCarousel
{
    width: 100%;
}

.DVIDSCarouselItem
{
    font-size: 12px;
    line-height: normal;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    border: 2px solid #f8f6f7;
}

.DVIDSCarouselAnchor
{
    text-decoration: none !important;
    color: #000 !important;
}

.DVIDSCarouselImgWrapper
{
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 4px;
    margin-right: 2%;
    width: 100px;
    text-align: center;
}

.DVIDSCarouselDetailsWrapper
{
    margin-top: 7px;
}

.DVIDSVideoMainTitle
{
    font-size: 14px;
    color: #517768;
    margin: 0 10px;
}

.DVIDSVideoMainDescription
{
    margin: 0 10px;
    background-color: white;
    overflow: auto;
    padding: 5px;
    max-height: 110px;
}

.DVIDSUpNextText
{
    font-weight: bold;
    line-height: 34px;
}

.DVIDSSearchBox
{
    float: right;
    width: 45%;
}

.DVIDSSearchBox .input-group .form-control
{
    border-right-width: 0px;
}

.DVIDSSearchBox .input-group .input-group-addon
{
    background-color: white;
    border-left-width: 0px;
    font-size: 18px;
}

.DVIDSSearchBox .fa-search
{
    color: #517768;
}

#divDVIDSClearSearch
{
    border-left: 0;
    border-right: 0;
    cursor: pointer;
}

#divDVIDSClearSearch .fa-close
{
    color: #517768;
}

.DVIDSVideoItemTitle
{
    font-size: 12px;
    font-weight: bold;
}

#searchBlock
{
    margin: 10px;
}

.DVIDSNowPlayingOverlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 80px;
}

.DVIDSNowPlaying
{
    background-color: #517768;
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 0;
    text-transform: uppercase;
}

.DVIDSOverlay
{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.DVIDSOverlay .fa
{
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 10px;
}

.DVIDSPager
{
    position: relative;
    margin: auto;
    width: 164px;
    height: 18px;
}

.DVIDSCarouselLeftPager
{
    display: block;
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.DVIDSPagerText
{
    float: left;
    width: 135px;
    text-align: center;
}

.DVIDSCarouselRightPager
{
    float: left;
    display: block;
    font-size: 20px;
    cursor: pointer;
}

#playerFooter
{
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.DVIDSVideoPlayerItem .mediaCredits {
    display: inline-block;
    position: relative;
    top: -5px;
    padding-bottom: 5px;
    font-size: .8em;
    font-style: italic;
}