* {
  font-size: 12px;
}

body {
  padding-left: 200px;
  background-color: #0d1116;
}
body.login, body.mail, body.resetPassword {
  padding-left: 0px;
}

.lineaction {
  position: relative;
}

.linebutton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
  height: 100%;
}

*:focus {
  outline: none;
}

.btn {
  border-radius: 0px;
}

.btn-primary {
  background-color: #0ca581;
  border: none;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #068164;
}

.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  border-left: 6px solid rgb(35, 35, 35);
}
.btn-secondary:hover {
  background-color: transparent;
  border-color: transparent;
  border-left: 6px solid #0ca581;
  color: #0ca581;
}

.sidenavigation {
  position: fixed;
  display: inline-block;
  width: 200px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #161c23;
  border-right: solid 1px #20262d;
}
.sidenavigation > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sidenavigation > ul > li {
  list-style: none;
  margin: 0px;
  width: 100%;
  display: block;
}
.sidenavigation > ul > li > a {
  display: block;
  text-align: left;
}
.sidenavigation .logout {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.debug {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.form-control {
  border-radius: 0px;
  background-color: #161c23;
  border: solid 1px #20262d;
  color: #ffffff;
}
.form-control:focus {
  background-color: #161c23;
  border: solid 1px #20262d;
  color: #ffffff;
}

label {
  color: #ffffff;
  font-weight: bold;
}

h2 {
  background-color: #161c23;
  border-bottom: solid 1px #20262d;
  color: white;
  padding: 10px 0px 10px 10px;
}

table th {
  color: white;
}
table td {
  color: white;
}

.high {
  color: green;
}

.low {
  color: red;
}

.font-weight-bold {
  font-weight: bold;
}

.important {
  color: #0dcaf0;
}

.text-right {
  text-align: right;
}

.border-right {
  border-right: solid 1px #0dcaf0;
}

tbody, td, tfoot, th, thead, tr {
  border-color: #20262d;
}

.danger {
  border: solid 1px rgb(132, 32, 41);
  background-color: rgb(44, 11, 14);
  color: red;
}

.success {
  border: solid 1px rgb(35, 132, 32);
  background-color: rgb(17, 44, 11);
  color: #1aff00;
}

/*# sourceMappingURL=style.css.map */
