/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,26): run-time error CSS1039: Token not allowed after unary operator: '-mbYellow'
(24,26): run-time error CSS1039: Token not allowed after unary operator: '-mbGrey'
(41,26): run-time error CSS1039: Token not allowed after unary operator: '-mbGrey'
(83,28): run-time error CSS1039: Token not allowed after unary operator: '-mbYellow'
(148,26): run-time error CSS1039: Token not allowed after unary operator: '-mbUrlaubcolor'
(181,26): run-time error CSS1039: Token not allowed after unary operator: '-mbGrey'
 */
:root {
  --mbYellow: #FFC000;
  --mbLightYellow: #ffecb2;
  --mbGrey: lightgray;
  --mbWeekendColor: #e0e0e0;
  --mbUrlaubcolor: #eeeeee;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
}

input[type=text], input[type=date], input[type=password], select {
  height: 30px;
}

.Header {
  background-color: var(--mbYellow);
}

.PageContentHeader {
  background-color: var(--mbGrey);
  position: sticky;
  top: 0px;
  font-size: 18px;
  z-index: 1;
}

  .PageContentHeader input[type=button], .PageContentHeader input[type=submit] {
    position: relative;
    top: -1px;
  }

  .PageContentHeader select, .PageContentHeader label:not(first-child) {
    margin-left: 8px;
  }

.PageContentSubHeader {
  border: 1px solid var(--mbGrey);
  position: sticky;
  top: 53px;
  background-color: white;
}

.Invisible {
  display: none !important;
}

input[type=submit], input[type="button"], .GridViewPageCount, select {
  font-size: 16px;
}

th {
  background-color: white;
  position: sticky;
  top: 0;
}

.illuminati {
  position: absolute;
  visibility: hidden;
}

/* Anpassung w3 CSS */
@media only screen and (min-width: 992px) {
  .w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}

body.w3-content {
  max-width: 1500px;
}

.w3-modal {
  display: block !important;
}

  .w3-modal header {
    background-color: var(--mbYellow);
  }

  .w3-modal footer {
    border-top: 1px solid grey;
  }

.w3-alert-custom {
  position: fixed;
  top: 30%;
  width: 100%;
  z-index: 5;
  max-width: 1500px !important;
}

.w3-btn, .w3-button {
  padding: 3px 8px;
}

.w3-select {
  padding: 0px 0px 0px 5px;
}

.Menu > div {
  margin-top: 10px;
  margin-bottom: 10px;
}

.Menu div {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.pcRow {
  padding: 10px;
  display: inline-block;
}

  .pcRow input {
    width: 200px;
    height: 50px;
  }

.sortable {
  cursor: pointer;
  text-decoration: underline;
}

label > input.w3-radio {
  top: 4px;
  margin-right: 4px;
}

div.w3-section:first-child {
  margin-top: 0px !important;
}

.MitarbeiterAbteilung {
  font-weight: bold;
}

.MitarbeiterMonatsabschluss:hover { /*, .urlaubsantrag:hover {*/
  background-color: var(--mbUrlaubcolor);
  cursor: pointer;
}

#shortMessage {
  background: black;
  border-radius: 10px;
  color: white;
  font-size: 2rem;
  opacity: 0.8;
  overflow: auto;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 40px;
  z-index: 9999 !important;
  width: 70vw;
  left: 15vw;
}

  #shortMessage:hover {
    cursor: pointer;
  }

  #shortMessage.Success {
    background: #329932;
  }

  #shortMessage.Error {
    background: #ff3232;
  }

.selected {
  background-color: var(--mbGrey);
}

.rightalign {
  text-align: right !important;
}

