﻿.vod-page {
    height:100%;
    height: -moz-calc(100% - 44px);
    height: -webkit-calc(100% - 44px);
    height: calc(100% - 44px);
    padding: 0;
}

vg-poster img {
    height:100% !important;
}
videogular vg-poster image.play {
    display:none !important;
}
videogular vg-overlay-play.stop {
    display:block !important;
}
videogular vg-overlay-play.play {
    display:none !important;
}
videogular vg-overlay-play.pause {
    display:none !important;
}
.custom-fullscreen-btn {
    width:40px; 
    display: table-cell; 
    font-size:20px; 
    vertical-align:middle;
    padding-left:10px !important;
}
.custom-video-controls {
    z-index:4; 
}
videogular vg-controls div {
    background-color:white; 
    opacity:.75;
}

.col-padding-l, .col-padding-r, .col-padding {
    padding-left:0;
    padding-right:0;
}
@media (min-width: 480px) {
    .col-padding-l {
        padding-left:5px;
    }
    .col-padding-r {
        padding-right:5px;
    }
}

.footer-button-col {
    padding: 0;
    margin-left:2.5px;
    margin-right:2.5px;
}
.footer-button {
    height:35px; 
    width:100%;
}

videogular div.my-logo-layer {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.item-complex .item-content, .item-radio .item-content {
    padding-right: 10px;
}

.volume-range-item {
    padding-top: 0;
    padding-bottom: 0;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    
    /*required for proper track sizing in FF*/
    width: 100%;

    margin-top: 15px;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #387ef5;
    margin-top: -4px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #387ef5;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #387ef5;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.borderless {
    border-width:0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
.wrap-text {
    text-overflow: inherit !important;
    white-space: normal !important;
}

@media (max-width: 799px) and (max-height: 474px) {
    .float-modal {
        top: 5% !important;
        left: 10% !important;
        right: 10% !important;
        bottom: 0% !important;
        width: 80% !important;
        min-height: 240px !important;
    }
}

@media(max-width: 799px) and (min-height: 475px) {
    .float-modal {
        top: 20% !important;
        left: 0% !important;
        right: 0% !important;
        bottom: 0% !important;
        width: 100% !important;
        min-height: 240px !important;
    }
}

@media(min-width: 800px) {
    .float-modal {
        top: 25%;
        bottom: 0;
    }
}

.margin-r-5 {
    margin-right: 5px !important;
}
.margin-l-5 {
    margin-left: 5px !important;
}