/* sensorer.css mats@klarare.se */
:root {
    --desktop-color:  rgb(200,220,200);
    --frame-color:  rgb(200,220,200);
    --appList-color:  rgba(255,255,255,.88);
    --tehum-color:  rgb(210,230,210);
    --box-color:  rgb(100,150,200);
    --server-color: rgb(200,100,100);
    --services-color:  rgb(210,230,210);
    --frame-label-font:'Comic Sans MS', cursive, sans-serif;
    --h3-font:'Comic Sans MS', normal, sans-serif;
    --frame_bg_img: url('/img/transparent/skulls.png');
    --text_bg_img: url('/img/transparent/natural-paper.png');
    --text_bg_color: #e4e4e4;
    --desk_bg_img: url('/img/transparent/cardboard.png');
    --shadow-color: rgba(200, 200, 200, .5);
    --some_bg_img: url('/img/terrazzo.png');
    --desktop-color:  rgb(200,220,200);
    --body-color:  #f5e4c1;
    --body-color2: #e5d4b1;
    --form-color: black;
    --form_bg-color: rgba(247, 231, 113, .1);
    --box-color:  #f0ece8;
    --hover-color: wheat;
    --hover-background-image: url('/img/paper_fibers.png');
    --server-color: rgb(200,100,100);
    --services-color:  rgb(210,230,210);
    --frame-label-font:'Comic Sans MS', cursive, sans-serif;
    --title-font:'Comic Sans MS', normal, sans-serif;
}

body {
    font-family:'fantasy';
}

button:hover {
    box-shadow: .3em .3em .2em .2em rgba(222, 0, 0, 0.5);
}

.desktop {
    position:absolute;
    z-index:-100;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-image: var(--desk_bg_img);
    background-color: var(--desktop-color);
    /*
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    */
}

button {cursor:pointer}
/*
.clearleft {clear:left;}

.services button {height:3em;}
*/
/* popup notes down right */
.notes {
    position:absolute;
    bottom: 3px;
    right: 4px;
    height: auto;
    width: 25%;
    padding: 0px;
    margin: 5px;
    border-radius: 5px;
    background-color: rgb(180,120,120);
    transition:ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    z-index: 1001;
}

.noteNode {
    position:relative;
    float:left;
    font-size: 12px;
    font-family: monospace;
    padding:0px;
    margin-top:3px;
    margin-right:3px;
    width:100%;
    height:auto;
    border-radius: 5px;
    border: 2px black solid;
    background-color: rgb(200,220,180);
    transition:ease-in-out;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    z-index:1002;
}

.logg {
    position: fixed;
    top:1em;
    left:1em;
    right:1em;
    bottom:1em;
    width:calc(100% - 2em);
    height:calc(100% - 2em);
    font-size: 12px;
    font-family: monospace;
    border-radius: 5px;
    border: 2px black solid;
    background-color: rgb(200,220,180);
    /*
    transition:ease-in-out;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    */
}

.Z {
    top: 0;
    left: 0;
    width:0;
    height:0;
    visibility: hidden;
}

.mini {background-color: blue;}


.logBtn {
    display:inline;
    height:20px;
    width:100px;
}

.loggClose {
    position: absolute;
    right:1px;
    top:1px;
    margin: 2px;
    height: 1em;
    width:auto;
    border-radius:0.5em;
    background-color: red;
    color:orange;
}

.fullText {
    border: 0px solid black;
    background-color: white;
}
.fullText .noteNode {
    top:0;
    height:auto;
    left:0;
    width:auto;
}

.noteHdr {
    width: 100%;
    height: 1.5em;
    font-family: cursive;
    font-weight: bold;
    padding-left:5px;
}

.noteClose {
    float:right;
    font-size: 8px;
    text-align: left;
    vertical-align: top;
    margin-left:1px;
    margin-right: 5px;
    width:10px;
    height:auto;
}

.noteText {
    position:relative;
    float:left;
    clear:both;
    width:90%;
    padding:6px;
    margin:0px;
    background-color: rgb(210,200,180);
}

.appList2 {
    top:1px;
    right:10px;
    width:auto;
    height:45px;
    border: 1px solid black;
    background-color:yellow;
    font-size: 9px;
    font-family: fantasy;
}
.appMenu {
    position:absolute;
    top:.1em;
    left:.1em;
    height:1.2em;
    width:1.2em;
    font-size:2em;
    padding:.2em;
    background-color: rgba(255, 100, 0, 0.5);
    border-color: rgba(0, 255, 0, 0.5);
    border-width:.5em;
    border-radius: 2em;
}
.appMenu:hover {
    cursor: grab;
}
.menuIcon {
    display:inline;
    color: rgba(0, 0, 0, 0.5);

}
.appList {
    position:relative;
    top:1em;
    left:1em;
    width: 40%;
    z-index: 100;
    background-color: var(--appList-color);
    border-color: rgba(255, 100, 0, 0.5);
    border-style: double;
    border-width: medium;
    border-radius: .25em;
    transition-delay: .8s;
    transition:ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.appNode {
    background-color: rgba(255, 100, 0, 0.25);
    font-size:2.5em;
    height:1em;
    min-width:70%;
    margin:.5em;
    padding:.15em;
    border-color: rgba(255, 100, 0, 0.5);
    border-style: double;
    border-width: medium;
    border-radius: .25em;
}
.appNode:hover {
    cursor:pointer;
}

.appImg {
    float:right;
    display:inline;
    height:1em;
    margin-right:.5em;
}

.appLabel {
    float:left;
    font-size: 1em;
    display:inline;
}

.appBtnClose{
    float:left;
    display:inline;
    margin-left:5px;
    margin-right:1px;
    width:8px;
    font-size: 8px;
}

.appFrame {
    position:absolute;
    display:inline-block;
    float:left;
    background-color: var(--frame-color);
    -webkit-box-shadow: 20px 20px 24px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 20px 20px 24px 1px rgba(0,0,0,0.18);
    box-shadow: 20px 20px 24px 1px rgba(0,0,0,0.18);
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
    background-image: var(--frame_bg_img);
    transition-delay: .8s;
    transition:ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    z-index: 1;
}



.appFrame::before,
.appFrame::after {
  content: "";
  display: table;
}

.appFrame::after {
    clear: both;
  }


nix.appFrame {
    position: absolute;
    top:3px;
    height:calc(100% - 4px);
    left:3px;
    width:calc(100% - 2px);
    background-color: var(--frame-color);
}

.frmHdr {
    position:relative;
    width:auto;
    height:1.2em;
    font: var(--frame-label-font);
}

.frmHdr:hover {
    cursor:grab;
}

.frmExtra {
    height:auto;
    margin:3px;
    border:5px outset rgb(190,220,210);
}

.frmLabel {
    display:inline;
    float: left;
    padding-left:5px;
}

.frmBtnClose {
    display:inline;
    float: right;
}
.frmBtnClose:hover,
.frmBtnClose:focus {
  color: red;
  font-weight: bold;
  cursor: pointer;
}

.appViewport {
    display: inline-block;
    position: relative;
    height:auto;
    width:auto;
    background-color: var(--frame-color);
    min-height:25px;
}
