﻿body.wotcWidget-modalDisplayed {
    overflow: hidden;
}

body.wotcWidget-modalDisplayed.nexusTablet {
    position: fixed;
}

.wotcWidget-modalIFrame {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    border: 0px;
    position: fixed;
    visibility: visible;
}

.wotcWidget-modalIFrame.wotcWidget-ipad {
    position: absolute;
}

.wotcWidget-modalIFrame.wotcWidget-iphone {
    position: absolute;
}

.wotcWidget-touchScrollWrapper {
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch; 
    width: 100%; 
    height: 100%; 
    left: 0px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px; 
    margin: 0px; 
    border: 0px; 
    position: fixed; 
    visibility: visible;
}

.wotcWidget-touchScrollWrapper.ipad {
    /* this is only for ipad right now anyway. */
}

.wotcWidget-offscreen {
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
    left: -10000px;
    top: -10000px;
}

.wotcWidget-replacedContent {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.wotcWidget-defaultWidgetControls {
    top: 10px;
    right: 15px;
    position: relative;
    float: right;
}

.wotcWidget-defaultWidgetControls.wotcWidget-defaultContainer {
    position: absolute;
    float: none;
}