a {
    text-decoration: none !important;
    border: none;
}

.bearbeiten { margin-top: 0.15em; z-index: 1000; }

body {
    background-color: #FAFAFA;
    font-family: sans-serif;
}

.btnbgr { background-color: #EEE; }

.btnborder { border: 2px solid #DDD; width:100%; }

.btnradiusclose { border-radius: 0.4em }

.btnradiusopen { border-radius: 0.4em 0.4em 0em 0em }

.content {
    position: relative;
    top: 3em;
    left: 1%;
    width:98%;
    text-align: center;
}

.created {  }

.datum { font-size: 0.5em; display: none; }

.displayNone { display: none; }

.editNoteTitle {
   padding-top: 0.5em;
   width: 100%;
   height: 2em;
   border-radius: 0.4em;
   text-align: center;
}

.fullHeight {
   height: 100%;
}

.fullWidth {
   width: 100%;
}

h1 h2 h3 h4 h5 h6 {
   margin: 0em;
   margin-left: 1em;
   padding: 0em;
   text-align: center;
}

h1 {
    font-size: 1.6em;
    margin-left: 0.3em;
}

div.header h1{
   font-size: 1em;
   vertical-align: middle;
   height:1em;
}

h2 {
   font-size: 1.4em;
   margin-left: 0.3em;
}

h3 {
    font-size: 1em;
    margin-left: 0.3em;
}

.header {
    position:absolute;
    top: 0em;
    left: 0em;
    margin: 0em;
    padding: 0em;
    width: 100%;
    height: 2em;
    background-color: #DDD;
    text-align: center;
    font-size: 1em;
    font-family: sans serif;
    font-weight: bold;
    display: table;
}

.hide {
   display:none;
}

.italic {
    font-style="italic";
}

.left {
    position: absolute;
    left: 0.5em;
}

.textAlignLeft {
   text-align: left;
}

#loginform {
    position: absolute;
    top: 4em;
    left: 0em;
    width:100%;
    height: 100%;
    text-align:center;
}

.modified {  }

.newNoteTitle {
   padding-top: 0.5em;
   width: 100%;
   height: 2em;
   border-radius: 0.4em;
   text-align: center;
}



.noPointer {
   cursor: unset;
}

.noResize {
   resize: none;
}

.noteText {
    padding-top: 0.5em;
    text-align: left;
}

.noteTitle {
    margin: 0em;
    margin-top: 0.5em;
    padding: 0em;
    height: 2em;
}

.noteLink {
    border: none;
    color: #000;
    margin:0.25em;
    padding: 0em;
}

.notiz {
    position: relative;
    text-decoration: none !important;
}

#notizen {
    display:none;
}

p {
    margin: 0em;
   margin-top: 0.3em;
    padding: 0em;
    padding-left: 0.5em;
    display: block; /* table-cell; */
    vertical-align: middle;
    text-align: left;
    /* border: 1px solid red; */
}

.page {
    position:absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 100%;
}

pre {
   padding-left: 0.5em;
   font-size: 1.35em;
}

.relative {
   position: relative;
}

.right {
    position: absolute;
    right: 0.5em;
}

.rot { color: #FF0000; }

.rp-ui-button {
    position: relative;
    width: 1.3em;
    height: 1.3em;
    background-color: #999; /* #F6F6F6; */
    background-repeat: no-repeat;
    background-position: center;
    border: solid 2px #F6F6F6;
    border-radius: 1em;
    display: inline-block; /* table-cell; */
    vertical-align: middle;
    white-space: nowrap !important;
    line-height:1.3em;
    margin: 0.2em 0em;
    text-overflow: ellipsis;
    background-clip: padding-box;
    color: #333;
    text-decoration: none !important;
}

#search {
   display:none;
}

#search-container {
   margin-top: 5em;
   z-index: 1000,
}

#search-string {
   width: 30em;
}

.select {
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1.5em;
    min-height: 100%;
    height: 3em;
    max-height: 100%;
    text-align: center;
    outline: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    filter: Alpha(Opacity=0);
    opacity: 0;
    z-index: 2;
}

#status {
   position: fixed;
   bottom: 0.25em;
   left: 0.5em;
   font-family: monospace;
   font-size: 0.7em;
   background-color: #FFFFFF;
   color: #FF0000;
   background-color: #FFEECC;
   z-index: 10000;
}

table { margin-left: 0.3em; border-collapse: collapse; }

table, th, td { border: 1px solid black; }

th, td { padding-left: 0.3em; padding-right: 0.3em; }

.text { padding-left:0.5em; padding-right: 0.5em; padding-top:0.5em; padding-bottom:0.5em; display: block;}

.textarea { position:relative; left: 0em; top: 0em; margin: 0em; padding: 0em; padding-left: 0.5em; width:100%; height:100%; border-width: 0em; font-family: monospace; font-size: 1.2em; }

.textborder { border-top-width: 0em; width:100%; border-radius: 0em 0em 0.4em 0.4em; }

.textclose { display: none; }

.textopen { display: block; }

.top {
    position: absolute;
    top: 0em;
}

.ui-select {
    height: 1em;
    background-color: #EEE;
    border: 2px solid #EAEAEA;
}
