/* A3MG: p3sdk 3Play overrides to fix conflict with Bootstrap style sheets*/

.p3sdk-container {
	font-size: 11px !important;
}

.p3sdk-audio-description-component {
	max-height: 40px !important;
	border-bottom: 0px !important;
}

.video-js .vjs-slider {
	background-color: #b4c1de !important; /* increase vol and time slider contrast*/
}

.video-js .vjs-load-progress div {
background: rgba(162,174,200,1.0);
}

.video-js .vjs-control-bar {
background-color: #1c2129;
background-color: rgba(28,33,41,.75);
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
background-color: rgba(10,10,10,.75);
}

.video-js *:focus, .p3sdk-audio-description-component *:focus {
    outline: 0px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1.0), inset 0 0 0 3px rgba(255, 255, 255, 1.0)!important
}