﻿@import url('google-font-lato-montserrat.css');

body {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

.svgFewoFlow {
    background-image: url(SVG/logofull.svg);
}

.svgFewoFlowWhite {
    background-image: url(SVG/logofull_white.svg);
}

.svgTimeTracking {
    background-image: url(SVG/time.svg);
}

.svgTimeTrackingWhite {
    background-image: url(SVG/time_w.svg);
}

.svgVacationDays {
    background-image: url(SVG/holiday.svg);
}

.svgVacationDaysWhite {
    background-image: url(SVG/holiday_w.svg);
}

.svgHousekeeping {
    background-image: url(SVG/housekeeping.svg);
}

.svgHousekeepingWhite {
    background-image: url(SVG/housekeeping_w.svg);
}

.svgHaustechnik {
    background-image: url(SVG/haustechnik.svg);
}

.svgGaeste {
    background-image: url(SVG/guests.svg);
}

.svgHaustechnikWhite {
    background-image: url(SVG/haustechnik_w.svg);
}

.txtWatermark {
    color: gray;
}

.txtWatermark:focus {
    color: black;
}

.svgListExpandWeiss {
    background-image: url('SVG/expand-weiss.svg');
    background-size: contain;
    cursor: pointer;
}

.svgListExpand {
    background-image: url('SVG/expand.svg');
    background-size: contain;
    cursor: pointer;
}

.svgListCollapseWeiss {
    background-image: url('SVG/collapse-weiss.svg');
    background-size: contain;
    cursor: pointer;
}

.svgListCollapse {
    background-image: url('SVG/collapse.svg');
    background-size: contain;
    cursor: pointer;
}


/* Spinner */
div.waiting, div.waiting-spinner, div.waiting-spinner-klein {
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: rgba(255,255,255,0.5);
}

div.waiting-spinner,
div.waiting-spinner-klein {
    background-image: url('/css/SVG/Eclipse-1s-200px.svg');
    background-repeat: no-repeat;
    background-position: center;
}

div.waiting-spinner {
    background-size: 66%;
}

* {
    font-family: 'Lato';
}

a {
    text-decoration: none;
}

.timepicker {
    width: 50px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button:focus, input:focus {
    outline: none;
}

.mm-number {
    /*height: 100vh;*/
    /*width: 100vw;*/
}

.mm-number-container {
    /*-ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: inherit;*/
}

.mm-number-input {
    width: 500px;
    max-width: 90%;
}

.mm-number-input-container {
    /*-ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: inherit;*/
}

.mm-number-input-item {
    width: 40px;
    height: 40px;
    margin: 10px 2px;
}

.mm-number-input-item input {
    width: 100%;
    height: inherit;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    border: 1px solid rgba(20,20,20,0.1);
}

/* Ticketübersicht */

[name="tickets"] div.lnkUserAktion {
    margin: 10px !important;
}

[name="tickets"] div.lnkUserAktion.sichtbareAktion,
[name="ticketDialogButtons"] div.sichtbareAktion {
    margin: 10px 5px !important;
    width: 60px;
    font-size: x-large;
}

[name="tickets"] div.lnkUserAktion.roteAktion,
[name="ticketDialogButtons"] div.lnkUserAktion.roteAktion {
    background-color: #f44336;
}

[name="tickets"] div.lnkUserAktion.roteAktion:hover,
[name="ticketDialogButtons"] div.lnkUserAktion.roteAktion:hover {
    background-color: #c1342a;
}

div[name="tickets"] {
    flex-flow: column;
}

div.abgebrochen[name="ticket"] {
    background-color: #FF000020;
}

div.abgeschlossen[name="ticket"] {
    background-color: #00FF0020;
}

div.inBearbeitung[name="ticket"] {
    border-color: #00FF00;
}

div.ueberfaellig[name="ticket"] {
    border-color: #FF0000;
}

div.baldZuBeachten[name="ticket"] {
    border-color: #FFB100;
}

div.ungelesen[name="ticket"] {
    background-color: #00000010;
}

a.lnkClose,
a.lnkEdit,
a.lnkCopy {
    height: 25px !important;
    width: 25px !important;
}

a.svgIcon {
    height: 30px;
    width: 30px;
}

/* Ticketliste (zeilenweise) */

div.inBearbeitung[name="datum"],
div.inBearbeitung[name="status"] {
    background-color: #00FF0050;
}

div.ueberfaellig[name="datum"],
div.ueberfaellig[name="status"] {
    background-color: #FF000050;
}

div.baldZuBeachten[name="datum"],
div.baldZuBeachten[name="status"] {
    background-color: #FFB10050;
}

div.abgebrochen[name="datum"],
div.abgebrochen[name="status"] {
    background-color: #FF000020;
}

div.abgeschlossen[name="datum"],
div.abgeschlossen[name="status"] {
    background-color: #00FF0020;
}

div.bearbeitbar[name='inhalt']:hover {
    background-color: #00000018;
}

div.prioKeine {
    background-color: white !important;
}

div.prioNiedrig {
    background-color: #97e99d !important;
}

div.prioMittel {
    background-color: #ffd610 !important;
}

div.prioHoch {
    background-color: #ff7575 !important;
}

div.swal2-actions {
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 95%;
}

div.swal2-actions button {
    width: 90px;
    height: 60px;
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
}
