/*================================================================================
The use, disclosure, reproduction, modification, transfer, or transmittal
of this work for any purpose in any form or by any means without th
written permission of Akamai Technologies is strictly prohibited.

Confidential, Unpublished Property of Akamai Technologies.
Use and Distribution Limited Solely to Authorized Personnel.

Copyright 2011 Akamai Technologies, Inc.  All Rights Reserved.
================================================================================*/
.akamai-player {
    background: #212121;
    background: -moz-linear-gradient(top, #212121 0%, #090909 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #090909));
    background: -webkit-linear-gradient(top, #212121 0%, #090909 100%);
    background: -o-linear-gradient(top, #212121 0%, #090909 100%);
    background: -ms-linear-gradient(top, #212121 0%, #090909 100%);
    background: linear-gradient(to bottom, #212121 0%, #090909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#090909', GradientType=0);
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
}

.akamai-player.akamai-locked {
    pointer-events: none;
}

.akamai-player.akamai-full-screen {
    top: 0px;
}

.akamai-hidden {
    display: none;
}

.akamai-disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: pointer;
}

.akamai-overlays {
    pointer-events: none;
}

.akamai-overlay {
    pointer-events: none;
}

.akamai-ioscursor {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: all;
}

.akamai-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
}

.akamai-media-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    object-fit: contain;
}

.akamai-controls-native .akamai-media-element,
.akamai-controls-native.akamai-iphone.akamai-ready .akamai-media-element,
.akamai-controls-native.akamai-iphone.akamai-paused .akamai-media-element,
.akamai-controls-native.akamai-hide-video .akamai-media-element {
    -webkit-transform: none;
}

.akamai-html5.akamai-ended .akamai-media-element,
.akamai-html5.akamai-error .akamai-media-element {
    width: 0px;
    height: 0px;
}

.akamai-install-flash {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
}

.akamai-button {
    border: none;
    margin: 0px;
    padding: 0px;
    background: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
}

.akamai-button .akamai-label {
    color: #535353;
    position: relative;
    top: -19px;
    left: 35px;
    font-weight: bold;
}

.akamai-button:hover .akamai-label,
.akamai-button:active .akamai-label {
    color: #FFFFFF;
}

.akamai-locked .akamai-button {
    pointer-events: none;
}

.akamai-icon {
    background-image: url(../../../resource/assets/akamai/amp.3ce902b4e87c1c1e00d9ed850d8c86ba.svg);
    pointer-events: auto;
}

.akamai-locked .akamai-icon {
    pointer-events: none;
}

.akamai-captioning.akamai-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.akamai-caption-text {
    position: absolute;
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px #000000;
    font-weight: bold;
    font-size: 15px;
    display: none;
    bottom: 0px;
}

.akamai-caption-text p {
    margin: 10px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 32px;
}

.akamai-active .akamai-caption-text,
.akamai-paused .akamai-caption-text {
    bottom: 50px;
}

.akamai-active.akamai-controls-none .akamai-caption-text {
    bottom: 0px;
}

.akamai-cc-active .akamai-caption-text {
    display: block;
}

.akamai-ready.akamai-cc-active .akamai-caption-text,
.akamai-cc-embedded .akamai-caption-text,
.akamai-ad-mode .akamai-caption-text,
.akamai-ended .akamai-caption-text {
    display: none;
}

.akamai-full-screen .akamai-captioning.akamai-overlay .akamai-caption-container .akamai-caption-text p {
    font-size: 3.5em !important;
}

@media screen and (orientation: landscape) {
    .akamai-touch.akamai-player .akamai-captioning.akamai-overlay .akamai-caption-container .akamai-caption-text p {
        font-size: 1.5em !important;
    }
}

.akamai-caption {
    margin: 0px;
}

.akamai-caption.akamai-button {
    position: absolute;
    padding: 2px 0px 0px 1px;
    width: 23px;
    height: 21px;
    top: 12px;
    right: 52px;
    border-radius: 5px;
    border-color: #CCCCCC;
    border-style: solid;
    display: none;
}

.akamai-caption.akamai-button:hover,
.akamai-caption.akamai-button:active {
    border-color: #FFFFFF;
}

.akamai-caption.akamai-button .akamai-label {
    color: #CCCCCC;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    top: auto;
    left: auto;
}

.akamai-caption.akamai-button:hover .akamai-label,
.akamai-caption.akamai-button:active .akamai-label {
    color: #FFFFFF;
}

.akamai-cc-enabled .akamai-caption.akamai-button {
    display: block;
}

.akamai-share-enabled .akamai-caption.akamai-button,
.akamai-volume-enabled .akamai-caption.akamai-button {
    right: 90px;
}

.akamai-cc-active .akamai-caption.akamai-button {
    background-color: #ff0000;
}

.akamai-ad-mode .akamai-caption.akamai-button,
.akamai-ad-mode .akamai-cc-enabled .akamai-caption.akamai-button {
    display: none;
}

.akamai-cc-enabled .akamai-progress {
    right: 177px;
}

.akamai-long-form .akamai-cc-enabled .akamai-progress {
    right: 210px;
}

.akamai-cc-enabled .akamai-time-display {
    right: 92px;
}

.akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
    right: 145px;
}

.akamai-share-enabled.akamai-cc-enabled .akamai-progress {
    right: 225px;
}

.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
    right: 92px;
}

.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-progress {
    right: 177px;
}

::cue {
    position: absolute;
    top: 50px;
    color: #FF0000;
}

.akamai-player video::-webkit-media-text-track-display {
    display: inline !important;
    width: auto !important;
    padding: .5em !important;
}

video::cue {
    color: #FFFFFF;
    font-family: 'Courier New', Courier, 'Nimbus Mono L', 'Cutive Mono', monospace;
    font-size: 1.3em;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

/*Captioning Setting UI Styles*/
.akamai-caption-setting-btn {
    position: absolute;
    right: 5px;
    bottom: 75px;
    display: none;
    z-index: 1;
}

.akamai-cc-active .akamai-caption-setting-btn {
    display: block;
}

.akamai-captioning-settings {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15%;
    font-family: Arial;
    font-size: 12px;
    color: #E4E4E4;
    max-width: 390px;
    width: 90%;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    z-index: 120;
    padding: 2px 2px;
    background: #7d7e7d;
    /* Old browsers */
    pointer-events: auto;
}

.akamai-cc-setting-active .akamai-captioning-settings {
    display: block;
}

.akamai-captioning-titlebar {
    padding: .3em 1em .3em 0em;
    color: #F4F4F4;
    margin-bottom: 2px;
    background: #7d7e7d;
    /* Old browsers */
    background-color: #414141;
}

.akamai-captioning-title {
    margin: .1em .5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.akamai-captioning-titlebar-close {
    float: right;
    width: 21px;
    margin: 0 .5em;
    padding: 1px;
    height: 20px;
    border-radius: 0.5em;
    background-color: #f4f4f4;
}

.akamai-captioning-row {
    background-color: #414141;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: -4px;
}

.akamai-captioning-label,
.akamai-captioning-preset {
    float: left;
}

.akamai-captioning-label {
    margin: 4px .5em;
    max-width: 55px;
    min-width: 55px;
}

.akamai-captioning-dropdown {
    float: left;
    max-width: 100px;
    min-width: 100px;
    margin: 4px 10px 4px 0px;
}

.akamai-captioning-label-small {
    float: left;
    margin: 4px .5em;
}

.akamai-captioning-footer-button {
    outline: 0 none;
    float: right;
    background-color: #646464;
    border-color: #101010;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #E4E4E4;
    font-size: 90%;
    line-height: 16px;
    min-height: 16px;
    min-width: 26px;
    width: 50px;
    margin: 2px 2px 0px 2px;
    padding: 1px;
    text-align: center;
}

.akamai-captioning-footer-button:hover,
.akamai-captioning-footer-button:active {
    background-color: #e6e6e6;
    color: #101010;
    border-color: #101010;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 90%;
    line-height: 16px;
    padding: 1px;
    text-align: center;
}

.akamai-captioning-footer-continer {
    display: inline-block;
    width: 100%;
}

.akamai-captioning-label:nth-child(3) {
    max-width: 55px;
    min-width: 55px;
}

.akamai-captioning-preset {
    border: 1px #000000 solid;
    float: left;
    margin: .4em 0.3em;
    padding: 0em .4em;
    cursor: pointer;
}

.akamai-captioning-preset1 {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0);
}

.akamai-captioning-preset2 {
    color: #FFFF00;
    background-color: rgba(0, 0, 0, 0);
}

.akamai-captioning-preset3 {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.3);
}

.akamai-captioning-preset4 {
    color: #FFFF00;
    background-color: rgba(0, 0, 0, 0.5);
}

.akamai-captioning-color-picker {
    border: 1px #ffffff solid;
    float: left;
    margin: .3em 0.3em;
    width: 20px;
    height: 20px;
}

/*Color Picker Styles */
.akamai-colorpicker-palette {
    width: 154px;
    position: absolute;
    border: 1px solid #598FEF;
    background-color: #C4C4C4;
    padding: 2px;
    display: none;
    z-index: 9999;
    top: 4px;
    pointer-events: auto;
}

.akamai-colorpicker-swatch {
    height: 12px;
    width: 12px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    margin: 1.5px;
    float: left;
    cursor: pointer;
    line-height: 12px;
}

.akamai-colorpicker-slider {
    width: 60%;
    -webkit-appearance: none;
    height: 10px;
    border-radius: 5px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.6);
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ff0000));
    background: -webkit-linear-gradient(top, #000000 0%, #ff0000 100%);
    background: -o-linear-gradient(top, #000000 0%, #ff0000 100%);
    background: -ms-linear-gradient(top, #000000 0%, #ff0000 100%);
    background: linear-gradient(to bottom, #000000 0%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ff0000', GradientType=0);
}

.akamai-caption-text-preview {
    position: relative;
    display: block;
    bottom: auto !important;
}

.akamai-ready.akamai-cc-active .akamai-caption-text-preview {
    display: block;
}

.akamai-captioning-advanced-container {
    display: none;
}

.akamai-captioning-advanced-button {
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
    color: #E4E4E4;
    cursor: pointer;
}

.akamai-captioning-toggle-btn {
    cursor: pointer;
    outline: 0 none;
    float: right;
    width: 21px;
    height: 20px;
    border-radius: 0.5em;
    background-color: #f4f4f4;
    background-color: #646464;
    border-color: #101010;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #E4E4E4;
    font-size: 90%;
    line-height: 20px;
    min-height: 16px;
    min-width: 26px;
    padding: 1px;
    text-align: center;
}

.akamai-captioning-floater-btnselected {
    background-color: #e6e6e6;
    color: #101010;
    border-color: #101010;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 90%;
    line-height: 20px;
    min-height: 16px;
    min-width: 26px;
    padding: 1px;
    text-align: center;
}

.akamai-captioning-floater-btndeselected {
    background-color: #646464;
    border-color: #101010;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #E4E4E4;
    font-size: 90%;
    line-height: 20px;
    min-height: 16px;
    min-width: 26px;
    padding: 1px;
    text-align: center;
}

.akamai-captioning-typed p:last-child {
    -webkit-animation: wipe 3s;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 1500px 5000px;
    -webkit-mask-image: -webkit-gradient(linear, left center, right center, color-stop(0, #000000), color-stop(0.35, #000000), color-stop(0.5, #000000), color-stop(0.9, #000000), color-stop(1, rgba(0, 0, 0, 0)));
}

@-webkit-keyframes wipe {
    0% {
        -webkit-mask-size: 0px 5000px;
    }
    100% {
        -webkit-mask-size: 1500px 5000px;
    }
}

.akamai-autoadvance {
    position: absolute;
    width: 25%;
    height: 15px;
    top: 0px;
    right: 6px;
    display: none;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    text-align: right;
    z-index: 2;
    -webkit-user-select: none;
}

.akamai-ended.akamai-autoadvance-mode .akamai-autoadvance {
    display: block;
}

.akamai-autoadvance-text {
    font-size: 13px;
    font-weight: bold;
    text-shadow: none;
}

.akamai-ended.akamai-autoadvance-mode .akamai-replay-button {
    right: auto;
    left: 4px;
}

.akamai-ended.akamai-autoadvance-mode .akamai-caption-text {
    display: none;
}

.akamai-recommendations.akamai-overlay {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 22.5%;
    top: 20%;
    display: none;
    padding: 10px;
    margin: 0px;
    -webkit-user-select: none;
}

.akamai-recommendations-mode.akamai-ended .akamai-recommendations.akamai-overlay {
    display: block;
}

.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations.akamai-overlay {
    height: 55%;
}

.akamai-recommendations-label {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
}

.akamai-recommendations-list-area {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    overflow-x: visible;
    overflow-y: scroll;
    pointer-events: all;
    -webkit-user-select: none;
}

.akamai-recommendations-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.akamai-recommendation {
    height: 32px;
    vertical-align: top;
    margin: 0px;
    padding: 6px;
    border-radius: 2px;
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.5);
    border-style: solid;
    background-color: #000000;
    margin-bottom: 2px;
}

.akamai-recommendation-thumbnail {
    width: 56px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

.akamai-recommendation-text {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
}

.akamai-recommendations-mode .akamai-branding.akamai-overlay {
    width: 200px;
    height: 15px;
    top: 22%;
    right: 18%;
    left: auto;
    margin-top: 2px;
    z-index: 1;
}

.akamai-recommendations-mode.akamai-full-screen .akamai-branding.akamai-overlay {
    right: 22%;
    margin-top: 0px;
}

.akamai-recommendations-mode .akamai-branding-image {
    display: none;
}

.akamai-recommendations-mode.akamai-player {
    background: #676767;
    background: -moz-linear-gradient(top, #676767 0%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #282828));
    background: -webkit-linear-gradient(top, #676767 0%, #282828 100%);
    background: -o-linear-gradient(top, #676767 0%, #282828 100%);
    background: -ms-linear-gradient(top, #676767 0%, #282828 100%);
    background: linear-gradient(to bottom, #676767 0%, #282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0);
}

.akamai-recommendations-grid.akamai-overlay {
    -webkit-user-select: none;
    position: absolute;
    display: none;
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 15%;
    padding: 10px;
    margin: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    pointer-events: auto;
}

.akamai-recommendations-mode.akamai-ended .akamai-recommendations-grid.akamai-overlay {
    display: block;
}

.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations-grid.akamai-overlay {
    height: 55%;
}

.akamai-recommendations-grid-label {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

.akamai-recommendations-grid-table-grid {
    width: 100%;
    /*height: 100%;*/
}

.akamai-recommendations-grid-row {
    height: 50%;
}

.akamai-recommendations-grid-thumbnail {
    width: 12em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.akamai-recommendations-grid-item {
    width: 50em;
    padding: 0 0.6em 1em 0;
    /*padding:
       1em;*/
    text-align: center;
    background-color: transparent !important;
}

.akamai-recommendations-grid-text {
    font-size: 10px;
    font-weight: bold;
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.akamai-recommendations-mode.akamai-player {
    background: #676767;
    background: -moz-linear-gradient(top, #676767 0%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #282828));
    background: -webkit-linear-gradient(top, #676767 0%, #282828 100%);
    background: -o-linear-gradient(top, #676767 0%, #282828 100%);
    background: -ms-linear-gradient(top, #676767 0%, #282828 100%);
    background: linear-gradient(to bottom, #676767 0%, #282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0);
}

.akamai-recommendations-mode .akamai-branding.akamai-overlay {
    width: 200px;
    height: 15px;
    top: 22%;
    right: 18%;
    left: auto;
    margin-top: 2px;
    z-index: 1;
}

.akamai-recommendations-mode.akamai-full-screen .akamai-branding.akamai-overlay {
    right: 22%;
    margin-top: 0px;
}

.akamai-recommendations-mode .akamai-branding-image {
    display: none;
}

.akamai-recommendations-fluid-grid.akamai-overlay {
    align-content: center;
    align-items: center;
    display: none;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: calc(100% - 70px);
    width: 100%;
    justify-content: center;
    margin: 20px 0px 0px;
    overflow: hidden;
    padding: 0px;
    pointer-events: auto;
    opacity: 0;
}

.akamai-recommendations-mode.akamai-ended .akamai-recommendations-fluid-grid.akamai-overlay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.akamai-recommendations-fluid-grid.akamai-overlay .akamai-recommendations-fluid-grid-tile {
    display: block;
    padding: 0px;
    width: calc(33%);
    height: calc(50%);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    position: relative;
    background-position: center;
}

.akamai-desktop.akamai-player .akamai-recommendations-fluid-grid.akamai-overlay .akamai-recommendations-fluid-grid-tile {
    width: calc(25%);
    height: calc(50%);
}

.akamai-full-screen.akamai-player.akamai-desktop .akamai-recommendations-fluid-grid.akamai-overlay .akamai-recommendations-fluid-grid-tile {
    height: calc(33%);
}

.akamai-recommendations-fluid-grid.akamai-overlay .akamai-recommendations-fluid-grid-tile:hover .akamai-recommendations-fluid-grid-tile-caption {
    height: calc(100% - 1em);
    max-height: calc(100% - 1em);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-shadow: 2px 2px #000000;
}

.akamai-recommendations-fluid-grid.akamai-overlay .akamai-recommendations-fluid-grid-tile-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    display: block;
    width: calc(100% - 1em);
    padding: 0.5em;
    /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.4em;
    -webkit-transition: max-height 0.5s, background-color 0.5s;
    -moz-transition: max-height 0.5s, background-color 0.5s;
    -ms-transition: max-height 0.5s, background-color 0.5s;
    -o-transition: max-height 0.5s, background-color 0.5s;
    transition: max-height 0.5s, background-color 0.5s;
    color: white;
    text-shadow: 2px 2px #000000;
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (orientation: portrait) {
    .akamai-recommendations-fluid-grid-tile {
        width: calc(50%) !important;
    }
}

.akamai-info.akamai-overlay {
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: 0px;
    height: 70px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    overflow: hidden;
    padding: 5px;
    z-index: 102;
}

.akamai-ready .akamai-info.akamai-overlay,
.akamai-paused .akamai-info.akamai-overlay,
.akamai-active .akamai-info.akamai-overlay {
    display: block;
}

.akamai-ad-mode .akamai-info.akamai-overlay,
.akamai-ad-mode.akamai-ready .akamai-info.akamai-overlay,
.akamai-ad-mode.akamai-paused .akamai-info.akamai-overlay,
.akamai-ad-mode.akamai-active .akamai-info.akamai-overlay,
.akamai-controls-none .akamai-info.akamai-overlay,
.akamai-controls-none.akamai-active .akamai-info.akamai-overlay {
    display: none;
}

.akamai-info-small.akamai-info.akamai-overlay {
    height: 55px;
}

.akamai-info.akamai-overlay.akamai-open {
    height: auto;
}

.akamai-info-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-right: 100px;
}

.akamai-info-description {
    text-overflow: ellipsis;
    line-height: 14px;
    overflow: hidden;
    top: 45px;
    left: 5px;
    right: 90px;
    margin-right: 100px;
    display: none;
}

.akamai-open .akamai-info-description {
    display: block;
}

.akamai-info-short-description {
    text-overflow: ellipsis;
    line-height: 14px;
    overflow: hidden;
    top: 45px;
    left: 5px;
    right: 90px;
    height: 28px;
    margin-right: 100px;
}

.akamai-open .akamai-info-short-description {
    display: none;
}

.akamai-info-description p {
    margin: 0px 0px 6px 0px;
}

.akamai-info-icon {
    position: absolute;
    right: 15px;
    top: 13px;
}

.akamai-info-more,
.akamai-info-less,
.akamai-info-more:hover,
.akamai-info-less:hover {
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
}

.akamai-info-close {
    text-align: right;
    width: 81%;
    cursor: pointer;
    color: #FFFFFF;
    position: absolute;
    right: 90px;
    bottom: 0px;
    display: none;
}

.akamai-open .akamai-info-close {
    display: block;
}

.akamai-info-provider {
    top: 25px;
    left: 5px;
    font-weight: bold;
}

.akamai-info-small .akamai-info-short-description,
.akamai-info-small .akamai-info-description,
.akamai-info-small .akamai-info-provider {
    display: none;
}

.akamai-stats.akamai-overlay {
    width: auto;
    bottom: 55px;
    overflow: hidden;
    padding: 0px;
    margin: auto;
    z-index: 100;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    overflow-y: auto;
    pointer-events: auto;
}

.akamai-inactive .akamai-stats.akamai-overlay {
    bottom: 10px;
}

.akamai-ended .akamai-stats.akamai-overlay {
    bottom: 55px;
}

.akamai-stats-text {
    text-shadow: 1px 1px 1px #000000;
    word-wrap: break-word;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 5px 0px;
    padding: 5px 5px;
    line-height: 13px;
}

.akamai-stats-text p {
    margin: 1px 0px;
}

.akamai-stats-header {
    padding-bottom: 8px;
    display: block;
    clear: both;
}

.akamai-stats-button {
    position: absolute;
    background: url(../../../../resources/images/hd_meter_up.png);
    padding: 2px 0px 0px 1px;
    margin: 0px 0px 0px 0px;
    width: 23px;
    height: 21px;
    top: 12px;
    right: 52px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #CCCCCC;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
    display: none;
    cursor: pointer;
}

.akamai-stats-enabled .akamai-stats-button {
    display: block;
}

.akamai-stats-enabled .akamai-time-display {
    right: 95px;
}

.akamai-stats-enabled .akamai-progress {
    right: 183px;
}

.akamai-stats-enabled.akamai-long-form .akamai-progress-area {
    margin-right: 212px;
}

.akamai-stats-enabled.akamai-volume-enabled .akamai-stats-button {
    right: 85px;
}

.akamai-stats-enabled.akamai-volume-enabled .akamai-time-display {
    right: 120px;
}

.akamai-playlist.akamai-button {
    width: 25px;
    height: 20px;
    border: none;
    position: absolute;
    top: 16px;
    right: 165px;
}

.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-playlist.akamai-button {
    right: 165px;
}

.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-playlist.akamai-button {
    right: 132px;
}

.akamai-playlist.akamai-button .akamai-icon {
    width: 25px;
    height: 20px;
    background-position: -811px 0px;
}

.akamai-playlist.akamai-button .akamai-icon:hover,
.akamai-playlist.akamai-button .akamai-icon:active {
    background-position: -851px 0px;
}

.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-progress {
    right: 296px;
}

.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-progress {
    right: 265px;
}

.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-time-display {
    right: 206px;
}

.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-time-display {
    right: 175px;
}

.akamai-ad-choices {
    display: none;
    position: absolute;
    top: 6px;
    left: 80px;
}

.akamai-ad-mode .akamai-ad-choices {
    display: block;
}

.akamai-description-text {
    display: none;
}
