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

#myProfileDiv {
  width: 75%;
  height: 70%;
  padding: 40px;
  background-color: rgb(64, 69, 73);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

#newPassword, #newPasswordRepeat, #oldPassword {
  width: 100%;
  height: 100%;
  background-color: rgb(64, 69, 73);
  color: white;
  border: none;
  outline: none;
  font-size: 20px;
  border-radius: 5px;
}

#buttonActionsForPw {
  float: right;
  display: flex;
}

#buttonActionsForPw #ok {
  width: 100px;
  height: 40px;
  font-size: 18px;
  border-radius: 5px;
}

#buttonActionsForPw #ok:hover {
  background-color: rgb(82, 90, 95);
}

#menuDiv {
  width: 100%;
  display: flex;
  height: auto;
  padding-top: 10px;
}

#menuDiv button {
  width: 50%;
  height: 40px;
  font-size: 18px;
}

#closeMyProfile {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 25px;
  width: 30px;
  height: 30px;
  float: right;
}

#closeMyProfile:hover {
  color: rgb(82, 90, 95);
  background-color: rgba(0, 0, 0, 0);
}

#closeMyProfile:active {
  color: rgb(30, 34, 37);
  background-color: rgba(0, 0, 0, 0);
}

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

#menuStyleBtn {
  border-left: 1px solid rgb(160, 160, 160);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#changePasswordBtn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid rgb(160, 160, 160);
}

.showBtn {
  position: relative !important;
  top: -1px !important;
  right: -100% !important;
  transform: translate(-100%, -100%) !important;
  align-self: center !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 170% !important;
}

.showBtn:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.showBtn:active {
  background-color: rgba(0, 0, 0, 0) !important;
}

.pwField {
  margin-top: 50px;
  width: 100%;
  height: 20%;
  color: white;
  border: none;
  outline: none;
}

/** password strength **/
#passwordInfo {
  width: 100%;
  height: 5px;
  display: flex;
  justify-content: end;
}

.text {
  width: 100px;
  text-align: center;
  align-self: center;
}

.s1, .s2, .s3, .s4, .s5 {
  width: 40px;
  height: 3px;
  background-color: red;
  margin-right: 15px;
}

.none {
  background-color: gray !important;
}

.nachlaessig {
  background-color: red !important;
}

.niedrig {
  background-color: orange !important;
}

.mittel {
  background-color: yellow !important;
}

.hoch {
  background-color: lightgreen !important;
}

.sehrHoch {
  background-color: green !important;
}

#deviceList {
  width: 100%;
  height: 100%;
}

#deviceList tr {
  width: 100%;
  height: 40px;
}

#deviceList th[info] {
  width: auto;
}

#deviceList th[enf] {
  width: 100px !important;
}

.deviceListRemove {
  width: 100%;
  height: 100%;
}

/* Niedrig, Mittel, Hoch und Sehr Hoch */
#menuStyle {
  height: calc(100% - 20px);
  width: 100%;
}

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

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

#topBar, #sideBar {
  width: calc(50% - 2px);
  height: calc(100% - 100px);
  float: left;
  display: grid;
}

#topBar img, #sideBar img {
  width: 100%;
  height: 100%;
  justify-self: center;
}

#topBar input, #sideBar input, #automatic input {
  width: 30px;
  height: 30px;
  justify-self: center;
}

#automatic input {
  margin-right: 30px;
}

#automatic {
  width: 100%;
  height: 100px;
  display: grid;
}

label[for=isAutomaticBar] {
  font-size: 30px;
  justify-self: center;
  align-self: center;
}/*# sourceMappingURL=profile.css.map */