/* ---- Base Styles ---- */

.EIEO {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* CSS RESET */
#ht-dialog, #ht-dialog *, #ht-timer, #ht-timer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 1;
}

/* ----- Iframe Styling ---- */

#ht-dialog iframe {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   z-index: 2147483647;
}

/* --------- */

#ht-grayOut {
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 2147483646;
    /* display: none; */
}

/*
#ht-dialog > .ht-iframe {
    display: none;
    position: relative;
    width: 100%;
    border: none;
}
*/