/*.transform(@args) {
  -webkit-transform: @args;
      -ms-transform: @args;
          transform: @args;
}

.transition(@args) {
  -webkit-transition: @args;
          transition: @args;
}*/

:root {
    --color-background-default: #f5f5f5;
    --color-background-base: #f0f0f0;
}


BODY {
    background: var(--color-background-default);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

.selectable:hover {
    background: #f3f3f3;
}

a {
    color: black;
    text-decoration: none;
}

div.pswd {
    border: 0.2em solid;
    box-shadow: 0.2em 0.2em 0 grey;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

div.basecontainer {
    width: 70em;
    border: 0.2em solid;
    box-shadow: 0.2em 0.2em 0 grey;
    border-radius: 1em;
    padding: 1em;
    height: 90%;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    background: var(--color-background-base);
}

div.basedata {
    border: 0.1em solid;
    position: absolute;
    overflow-y: scroll;
    width: 70em;
    height: 90%;
    z-index: 10;
}

div.tun {
    width: 100%;
}

div.tun_flex {
    display: flex;
}

.scroll {
    overflow-y: scroll;
}

div.menu {
    display: flex;
    width: 98%;
}


div.wide {
    padding-top: 1em;
    padding-bottom: 1em;
}

div.window {
    border: 0.2em solid;
    margin: 0.5em;
    padding: 0.5em;
    width: 95%;
    display: inline-block;
}

div.windowlight {
    border: 0.1em solid;
    margin: 0.3em;
    padding: 0.3em;
    width: 95%;
    display: inline-block;
}

.bwide {
    width: 20em;
    margin: 0.1em;
}

.bwidei {
    margin-top: 0.4em;
}

.bwideq {
    width: 15em;
}

div.cleft {
    margin-right: auto;
}

div.logout {
    margin-left: auto;
    margin-right: 2%;
}

.brok {
    float: right;
    border-radius: 0.7em;
}
.brdel {
    float: left;
    background-color: #ffc0c0;
    border-radius: 0.7em;
}

input {
    border-radius: 0.5em;
}

span.error {
    color: red;
}
span.ok {
    color: green;
}
a.ok {
    color: green;
    font-family: Lucida Sans Unicode;
}
/*svg.ok {
    color: green;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}*/


div.vspacer {
    height: 2em;
}

div.tab {
    margin-left: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

div.tab:hover {
    background: #70a0a0;
}

div.block {
    height: 95%;
    display: flex;
    margin: 1em;
}

div.sblock {
    border: 0.1em solid black;
    box-shadow: 0.2em 0.2em 0 grey;
    margin: auto;
    padding: 1em;
}

.active {
    background: #b0ffff;
    border: 0.1em solid;
    border-bottom: 0.1em solid #b0ffff;
    z-index: 20;
}

a.u {
    text-decoration: underline #000 dotted;
}

.u {
    text-decoration: underline #000 dotted;
}

a.list:hover {
    text-decoration: underline #000 dotted;
}
