
/* Schriftart */

:root {
    /*--markierungsfarbe-1: rgba(81, 212, 255, 0.36);*/
    /*--markierungsfarbe-2: rgba(255, 152, 79, 0.44);*/
    --markierungsfarbe-1: #9FDFF4FF;
    --markierungsfarbe-2: #F8D0B5FF;
    --farbe-storno: grey;
    --kalender-kaeastchenbreite: 40px;
    --uebersicht-header-height: 220px;
}

@font-face {
    font-family: "Mulish";
    src: url("../css/mulish/Mulish-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Mulish";
    src: url("../css/mulish/Mulish-Italic-VariableFont_wght.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: MielePS;
    src: url('../css/PrintSymbole.woff');
}

/*#glyphContainer, #output {*/
/*    font-family: MielePS;*/
/*    font-size: 70px;*/
/*}*/


* {
    font-size: 11pt;
    font-family: "Mulish", "Arial";
    box-sizing: border-box;
    margin: 0;
}

label{
    cursor:pointer;
}

table{
    border-collapse: collapse;
}

body, html {
    padding: 0;
    background-color: #ffffff;
    color:black;
    height: 100%;
    overflow: auto;
    /*text-decoration: none;*/
}

.rot {
    color: #E40613;
}

a {
    /*color: #202020;*/
    color:black;
}

a:hover {
    color: #E40613;
}

.ueberschrift {
    font-weight:bold;
    font-size: 14pt;
}

.imgbutton {
    color: white;
    width: 20px;
    height: 20px;
}

#modalContentBackground {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

#modalContent {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#modalContentBox {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalContentBox div.ueberschrift{
    cursor:move;
}

#modalContentBox > div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    border-radius: 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    max-height:100%;
    overflow:auto;
}

#modalLoadingBackground {
    position: fixed;
    z-index: 1020;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
#modalLoading {
    position: fixed;
    z-index: 1021;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

#modalConfirmBackground {
    position: fixed;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
#modalConfirm {
    position: fixed;
    z-index: 1011;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

#modalAlertBackground {
    position: fixed;
    z-index: 1030;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
#modalAlertContent {
    position: fixed;
    z-index: 1031;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

input[type="button"],
input[type="submit"] {
    min-width: 80px;
}

input[type="checkbox"] {
    cursor: pointer;
}

#css-color {
    color: red;
}

td.image,
th.image,
div.image{
    font-size: 0 !important;
    line-height: 0 !important;
    margin:0 !important;
    padding:0 !important;
    white-space: nowrap !important;
}

input[type="text"], textarea, select {
    background: white;
    border: 1px solid #505050;
    border-radius: 2px;
    padding: 2px 3px;
}

button.imagebutton{
    font-size: 0;
    margin: 0;
    padding: 1px;
    cursor: pointer;
    width:22px;
    height:22px;
}
button.imagebutton img{
    height:100%;
    width:100%;
}

table.edit-horizontal {
}

/*table.data tr {*/
/*    border:1px solid silver;*/
/*border-top: 1px solid silver;*/
/*border-bottom: 1px solid silver;*/
/*}*/

table.edit-horizontal th {
    white-space: nowrap;
    background-color: #f0f0f0;
    border: 1px solid silver;
    text-align: left;
    padding: 2px 5px;
    font-weight: bold;
}

table.edit-horizontal th div {
    display: inline;
}

table.edit-horizontal td {
    border: 1px solid silver;
    text-align: left;
    padding: 0;
}

table.edit-horizontal td.display {
    padding: 2px 5px;
}


table.data {
}
table.data td,
table.data th {
    vertical-align: top;
    border: 1px solid silver;
    text-align: left;
    padding: 2px 3px;
}
table.data th {
    background-color: #f0f0f0;
}


table.edit {
    width: 100%;
}

table.edit th:first-child,
table.edit td:first-child {
    width: 0px;
    white-space: nowrap;
    text-align: right;
    padding: 0 0.5rem 0.2rem 0;
}

table.edit td:nth-child(2) {
    padding: 0 0 0.2rem 0;
    /*line-height:0;*/
    /*font-size:0;*/
}

table.edit tr:last-child th,
table.edit tr:last-child td {
    white-space: nowrap;
    padding-bottom: 0;
}

table.edit td.display {
    line-height: normal;
    font-size: inherit;
}

table.edit td input[type=text],
table.edit td input[type=date],
table.edit td input[type=number],
table.edit td select {
    width: 100%;
}


/*button.icon{*/
/*    font-size:0;*/
/*    padding:0;*/
/*    margin:0;*/
/*line-height: 16px;*/
/*height:20px;*/
/*width:20px;*/
/*}*/
button.icon {
    min-width: 1.5rem;
    font-family: MielePS;
    /*font-size:14pt;*/
    /*height:16px;*/
    /*width:16px;*/
    /*display:flex;*/
    margin: 0;
    padding: 0;
    /*align-content: center;*/
    /*justify-content: center;*/
}

a.icon {
    /*font-size:20px;*/
    background-color: #eeeeee;
    font-family: MielePS;
    border-radius: 2px;
    min-width: 1.4rem;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid;
    cursor: pointer;
    border-radius: 3px;
    border-color: silver;
    padding: 2px;
}

a.icon:hover {
    border-color: #E40613;
    color: #E40613;
}
#div_full_content{
    position:fixed;
    top:44px;
    left:0px;
    width:100%;
    bottom:0px;
    background-color:white;
    /*background-color:#dfdfdf;*/
    overflow:auto;
}

.shadow{
    border-radius:5px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}
