﻿div {
    position: absolute; float: left; color: inherit; font-size: inherit; /*overflow: hidden;*/
    -ms-user-select: none; /* IE10+ */
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */

}

html, body {
  height: 100%;
  overflow: hidden;
}

*:focus {
    outline: none;
}

.sawTextElement {
    position: absolute; float: left; color: inherit; font-size: inherit; padding: 0px; border-width: 0px; margin: 0px; background-color: transparent; word-break:hyphenate; text-decoration: inherit;
    -ms-user-select: none; /* IE10+ */
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */

}

.sawWordElement {
    position: absolute; float: left; color: inherit; font-size: inherit; padding: 0px; border-width: 0px; margin: 0px; background-color: transparent; word-break:hyphenate; white-space: nowrap;
    -ms-user-select: none; /* IE10+ */
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */

}

.sawImageElement {
    position: absolute; 
    float: left; 
    white-space:nowrap; 
    color: inherit; 
    font-size: inherit; 
    background-size: contain; 
    background-repeat:no-repeat; 
    background-position:center; 
    background-clip:padding-box;
    -ms-user-select: none; /* IE10+ */
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
}

.sawTextInput {
      position: absolute; float: left;  background-color: inherit; color: inherit; font: inherit; font-size: inherit; border-style:none; border-width:0; /*z-index: 1;*/ overflow:hidden; padding: 0; resize: none;
  }

.sawFontTemplate {
    position: absolute; float:left; white-space: nowrap; visibility:hidden;
}

.sawPageContainer {
    /*overflow: hidden;*/
}