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;
}

#examTabel {
  width: 100%;
  color: white;
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#examTabel th[t=editor] {
  width: 48%;
  height: 50px;
}

#examTabel th[t=remove] {
  width: 4%;
  height: 50px;
}

#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);
  border-color: rgb(28, 31, 34);
  border-width: 20px;
  height: 40px;
}

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

.dateEditorCol input {
  width: calc(100% - 30px);
  float: left;
  height: 50px;
  background-color: rgb(44, 49, 53);
  border: none;
  color: white;
  font-size: 20px;
  border-radius: 10px;
}

.fachEditorCol select {
  width: 100%;
  height: 50px;
  font-size: 20px;
}

.removeBtnCol button {
  color: red;
  width: 100%;
  height: 100%;
  font-size: 55px;
  background: rgb(28, 31, 34);
}

.removeBtnCol button:hover {
  background-color: rgb(28, 31, 34) !important;
  color: rgb(255, 96, 96) !important;
}

.removeBtnCol button:active {
  background-color: rgb(28, 31, 34) !important;
  color: darkred !important;
}

#addExam {
  width: 50px !important;
  height: 50px !important;
  font-size: 30px;
  border-radius: 100%;
  border: 1px solid dimgray;
  padding: 0px;
  margin: 0px;
}

#menu {
  width: 50px !important;
  height: 50px !important;
  position: fixed;
  bottom: 40px;
  right: 10px;
}

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

#taskbar button {
  width: 100%;
  height: 100%;
}

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

#allreadyWrittenExams {
  float: inline-start;
  border-right: 2px solid rgb(160, 160, 160);
}

#settings {
  width: 35px !important;
  height: 100%;
  float: right;
}

#settings img {
  width: auto;
  width: 23px;
  display: flex;
}

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

.inputFach {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  width: calc(100% - 30px);
  float: left;
  height: 50px;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
}/*# sourceMappingURL=main.css.map */