﻿.noteText {
  color: black;
  padding: 10px;
  overflow: hidden;
  overflow-wrap: break-word;
  position: fixed;
  border-radius: 3px;
  right: 0;
  left: 0;
  margin: auto auto;
  top: 135px;
  width: 600px;
  height: auto;
  border-style: none;
  border-width: 1px;
  border-color: black;
  background-color: #f5f5f5;
  z-index: 1000;
  -webkit-box-shadow: 0px 8px 38px -14px;
  -moz-box-shadow: 0px 0px 38px -14px;
  box-shadow: 0px 1px 35px -14px;
}
.noteText .noteTextTitle {
  max-width: 550px;
  float: left;
}
.noteText button {
  display: block;
  padding: 0 0 0 10px;
}
/* Template Days */
.presence,
.absence,
.regularFreeTime,
.additionalFreeTime,
.freeTimeCompensation,
.publicHolidayCompensation,
.holiday,
.weekend,
.locked,
.default,
.publicHoliday {
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 10%;
  line-height: 40px;
  color: black;
  font-weight: bold;
  box-shadow: none;
  overflow: hidden;
}
.dayItemDay {
  position: absolute;
  margin-left: 8px;
  margin-top: -12px;
  background-color: transparent;
  color: black;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  text-align: left;
  width: 20px;
  border: solid;
  border-color: black;
  border-width: 0px;
}
.innerDayItemDay {
  position: relative;
  margin-top: -10px;
  margin-left: 5px;
}
@media only screen and (max-width: 780px) {
  .noteText {
    color: black;
    padding: 2px 2px 2px 10px;
    overflow: hidden;
    overflow-wrap: break-word;
    position: relative;
    border-radius: 3px;
    right: auto;
    width: 100%;
    margin-top: 30px;
    min-height: 50px;
    top: 0;
    z-index: 0;
    background-color: white;
  }
  .noteText .noteTextTitle {
    max-width: 320px;
    float: left;
  }
}