iframe {
  border: none;
}

body {
  height: 100%;
  overflow: hidden;
}

html {
  height: 100%;
  background-color: rgb(28, 31, 34);
  overflow: hidden;
}

button {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
}

button[buttonIconType=CROSS] {
  top: 8px !important;
  right: 8px !important;
  transform: rotateZ(45deg) !important;
  font-size: 30px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
}

button[buttonIconType=CROSS]:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(82, 90, 95) !important;
}

button[buttonIconType=CROSS]:active {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(30, 34, 37) !important;
}

button[selected] {
  background-color: rgb(21, 23, 25);
}

button:not([disabled]):hover {
  background-color: rgb(62, 70, 75);
}

button:not([disabled]):active {
  background-color: rgb(30, 34, 37);
}

option, select {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  height: 40px;
  outline: none;
}

input {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
}

h1, h2, h3, h4, h5, h6, span, p, label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
  background-color: rgb(50, 50, 50);
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(120, 120, 120);
  width: 10px;
  border-radius: 5px;
}

:not(:hover)::-webkit-scrollbar {
  display: none;
}

body,
html {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#frame {
  width: 100%;
  height: auto;
  max-height: 93%;
  min-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

#frame thead {
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: rgb(28, 31, 34);
  height: 40px;
}

#frame thead th {
  font-size: 15px;
  font-weight: bolder;
}

#navigationBar {
  width: 100%;
  height: 30px;
  min-height: 30px;
  display: flex;
  overflow: hidden;
  margin-bottom: inherit;
}

.navBarItem {
  width: 100%;
  height: 100%;
  border: none;
}

iframe {
  border: none;
  height: 100%;
  width: 100%;
}

/* #timPickerDiv{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: $textArea-background-color;
    padding: 40px;
    width: 70%;
    height: 75%;
    border-radius: 20px;

    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto 50px 50px auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
}



#notifications{
    display: grid;
    grid-template-columns: 20% auto 10%;
    grid-template-rows: 40px 60px 30px 30px 40px 30px;
    grid-column-gap: 20px;
    grid-row-gap: 20px; 
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    grid-area: 1 / 1 / 2 / 3;
}

#notifications h2{
    grid-area: 1 / 1 / 2 / 4;
    text-align: center;
    justify-self: center;
    align-self: center;
}

#notifications #tf1{
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    width: 100%;
}

#notifications #tf2{
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    width: 100%;
}

#notifications #allowMessages{
    grid-area: 1 / 3 / 2 / 4;
}

#notifications #currentTitleFormat{
    grid-area: 2 / 2 / 3 / 4;
    align-self: center;
    width: 100%;
    background-color: rgb(64, 69, 73);
    color: white;
    border: none;
    width: 100%;
    height: 30px;
    outline: none;
    font-size: 16px;
    font-size: 16px;  
    display: flex;
    align-items: center;
    padding: 2px;
}

#notifications #currentMessageFormat{
    grid-area: 5 / 2 / 6 / 4;
    align-self: center;
    width: 100%;
    background-color: rgb(64, 69, 73);
    color: white;
    border: none;
    width: 100%;
    height: 30px;
    outline: none;
    font-size: 16px;  
    display: flex;
    align-items: center;
    padding: 2px;
}

#notifications #editTitleFormat{
    grid-area: 3 / 3 / 4 / 4;
}

#notifications #editMessageFormat{
    grid-area: 6 / 3 / 7 / 4;
}

input[type="text"], input[type="number"]{
    background-color: rgb(64, 69, 73);
    color: white;
    border: none;
    width: 100%;
    height: 30px;
    outline: none;
    font-size: 16px;
}

#notifications button{
    color: white;
    background-color: #495057;
    border-radius: 5px;
}

#notifications button:not([disabled]):hover{
    color: white;
    background-color: #6c757d;
}

#notifications button:not([disabled]):active{
    color: white;
    background-color: #343a40;
}

#allowMessages{
    float: right;

}

*{
    color: white;
}

.wordStyle[word="%REMAINING_WEEKS%"],
.wordStyle[word="%REMAINING_DAYS%"],
.wordStyle[word="%REMAINING_HOURS%"],
.wordStyle[word="%REMAINING_MINUTES%"],
.wordStyle[word="%REMAINING_SECONDS%"]

{
    color: rgb(12, 170, 223);
}


.wordStyle[word="%SHORT_NAME_FACH%"],
.wordStyle[word="%FACH%"],
.wordStyle[word="%AUFGABE%"]{
    color: red;
}

.wordStyle[word="%BIS_WANN%"]{
    color: yellow;
}

#timeToAlarmDaysInput{
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
}

#tf3{
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
}

#benachichtigungszeiten{
    grid-area: 3 / 1 / 4 / 3;
    height: 40px;
    font-size: 20px;
}

#timesToAlarm{
    grid-area: 4 / 1 / 5 / 3;
    width: 100%;
    height: 200px;

    display: grid;
    grid-template-columns: auto repeat(2, 30px);
    grid-template-rows: auto repeat(2, 30px);
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
}

#list{
    overflow-y: auto;
    overflow-x: hidden;
    grid-area: 1 / 1 / 4 / 2;
}

#times{
    width: 100%;
    height: auto;
    list-style-type: none;
}

#times li{
    width: 100%;
    height: 40px;
}

#minus, #plus{
    width: 30px;
    height: 30px;
    border: 1px solid black;
}

#minus{
    grid-area: 3 / 2 / 4 / 3;
    border-right: none;
    border-bottom: none;
}

#plus{
    grid-area: 3 / 3 / 4 / 4;
    border-bottom: none;
    border-right: none;
}

#editButton{
    grid-area: 2 / 3 / 3 / 4;
    width: 100%;
    height: 100%;
}

#editButton:disabled, #minus:disabled, #allowMessages:disabled{
    opacity: 0.2;
}

.timeChooserButton{
    width: 100%;
    height: 100%;
    font-size: 16px;
} */
.sel {
  background-color: rgb(30, 34, 37);
}

#settings {
  width: 35px;
  height: 100%;
  /* padding: 7px; */
}

#settings img {
  width: auto;
  width: 23px;
  display: flex;
  /* position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

#btnCurrentHome {
  border-right: 1px solid rgb(160, 160, 160);
}

#btnarchivierteHome {
  border-left: 1px solid rgb(160, 160, 160);
  border-right: 2px solid rgb(160, 160, 160);
}

#btnDoneHome {
  border-left: 1px solid rgb(160, 160, 160);
  border-right: 1px solid rgb(160, 160, 160);
}

#settings {
  border-left: 1px solid rgb(160, 160, 160);
}

/* #timPickerDiv #close{
    color: white;
    background-color: $textArea-background-color;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 25px;
}

#timPickerDiv #close:hover{
    color: $hover-btn-color;
    background-color: $textArea-background-color;
}

#timPickerDiv #close:active{
    color: $click-btn-color;
    background-color: $textArea-background-color;
} *//*# sourceMappingURL=main.css.map */