﻿/*.Absolute-Center {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 300px;
    max-width: 450px;
}
.di*/sable-dbl-tap-zoom {
    touch-action: manipulation;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.Absolute-Center-Library {
    margin-left: auto;
    margin-right: auto;
    top: 180px !important;
    bottom: 110px;
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
}
.filterCount {
    font-size: smaller;
    margin-left: 10px;
    margin-right: 10px;
}
.PageTitleHeader {
    margin-left: auto;
    margin-right: auto;
    bottom: 80px;
    right: 0;
    left: 0;
}
.PageTitleHeaderPortrait {
    top: 80px;
}
.PageTitleHeaderLandscape {
    top: 10px;
}
.ClipsPageTopOnPortrait {
    top: 95px !important;
    margin-left: auto;
    margin-right: auto;
    bottom: 40px;
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
    max-height: 500px;
}
.PageTopOnLandscape {
    top: 65px !important;
    margin-left: auto;
    margin-right: auto;
    bottom: 40px;
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
}
.PageTopOnMobileLandscape {
    top: 60px !important;
    margin-left: auto;
    margin-right: auto;
    bottom: 40px;
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
}
.ClipPageTopOnLandscape {
    top: 65px !important;
    margin-left: auto;
    margin-right: auto;
    bottom: 60px;
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
}
.Absolute-Center-Filter {
    margin-left: auto;
    margin-right: auto;
    bottom: 80px;
    right: 0;
    left: 0;
    max-width: 300px;
}
.Absolute-Center-Filter-LandScape {
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    max-width: 300px;
}
.HiddenSummary {
    position: fixed;
    bottom: 125px;
}
.ClipUpDown {
    height: 48px;
    position: fixed;
    bottom: 80px;
}
.OuterCentreDiv {
    position: absolute;
    left: 50%;
    bottom: 50px;
}
.InnerCentreDiv {
    position: relative;
    left: -50%;
}
.FooterMenu {
    height: 48px;
    position: fixed;
    bottom: 20px;
}
.HiddenTotalMenu {
    height: 48px;
 /*   position: fixed;*/
    top: 80px;
    margin-bottom: 7px;
}
.ClipDetailCaption {
    height: 48px;
    position: fixed;
    bottom: 70px;
}
.HiddenTotalCaption {
    height: 48px;
    position: fixed;
    bottom: 80px;
    float: right;
}
.HiddenTotalMenu2 {
    height: 48px;
    position: fixed;
    top: 40px;
}
.FooterPlayMenu {
    height: 48px;
    position: fixed;
    bottom: 20px;
}


@media only screen and (min-device-width : 300px) and (max-device-width : 600px) and (orientation:portrait) {
/*    .mainDivImage {
        display: block;
        position: absolute;
    }*/
}

