/*
    Document   : style
    Description: Inform4(Andreas Menke), 2022, All rights reserved
*/
* {
  box-sizing: border-box;
}

.info {
    position:absolute;
    right: 1em;
    background-color:gainsboro;
    border-radius:5px;
    padding:5px;
}

.info:hover {
    cursor: pointer;
    filter: brightness(85%);
}

.iconfloat {
    position: fixed;
    top: 10px;
    left: 0;
    width:10px;
    line-height:10px;
}
.icon {
    color: #aaaaaa;
    font-size: 80px;
    padding-right: 0.5em;
    position: relative;
}

root {
    display: block;
}

.keyb {
    border-radius: 8px;
    display: inline-block;
    background: grey;
    font-size: 18pt;
    font-weight: bold;
    width: 1.3em;
    line-height: 1.2em;
    vertical-align: middle;
}

.keybigger {
    width: 1.6em;
}

.keyb + .keyb {
    margin-left: 3px;
    margin-top: 3px;
}

.keyb:first-of-type {
    margin-left: 0px;
    margin-top: 3px;
}

/* For Mobile */
@media screen and (max-width: 400px) {
    .keyb {
        width: 1.0em;
    }

    .keybigger {
        width: 1.3em;
    }
}

/* For Tablets */
@media screen and (min-width: 400px) and (max-width: 780px) {
    .keyb {
        width: 1.2em;
    }

    .keybigger {
        width: 1.4em;
    }
}

.keyb:hover {
    background-color: gainsboro;
    cursor: pointer;
}
 
.noTitleStuff .ui-dialog-titlebar {
    display:none;
}

.optionsDialog {
    font-weight: normal;
    font-size: 12pt;
}

.copy {
    font-weight: normal;
    font-size: 9pt;
    margin-top: -1em;
}

.break {
    margin-top: 1em;
}

.base,.editable {
}

.noedit {
    display: none;
}

.tblsq {
    border: 1px solid black;
}

.inpsq {
    font-size: 12pt;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    width: 2.2em;
    height: 2.2em;
    margin-top: -.2em;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    vertical-align: middle;
}

.plain {
    background-color: white;
    color: black;
    font-weight: normal;
}

.grey {
    background-color: grey;
    color: black;
    font-weight: normal;
}

.green {
    background-color: green;
    color: blue;
    font-weight: bold;
}

.yellow {
    background-color: yellow;
    color: green;
    font-weight: bold;
}
