body {
  background-color: #222222;
}

/* main */
.k3a-main-container {
  padding: 16px;
  font-family: Verdana, sans-serif;
  background-color: #222222;
}

#testMenu {
  visibility: hidden;
}

/* navbar */
.k3a-navbar {
  overflow: hidden;
  background-color: #888888;
}

.k3a-nav-text {
  color: #ffffff;
  /* White text */
  font-family: Verdana, sans-serif;
  font-size: 16px;
  /* Set a font size */
}

.k3a-nav-items {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.k3a-nav-right {
  float: left;
}

.k3a-nav-left {
  float: right;
}

/* buttons */
.k3a-btn {
  background-color: #800000;
  border: none;
  /* Remove borders */
  padding: 16px 16px;
  /* Some padding */
  cursor: pointer;
  /* Mouse pointer on hover */
}

/* buttons */
.k3a-sidebarBtn {
  background-color: #888888;
  border: none;
  /* Remove borders */
  padding: 16px 16px;
  /* Some padding */
  cursor: pointer;
  /* Mouse pointer on hover */
}

.k3a-sidebarBtn:hover,
.k3a-btn:hover,
.k3a-login-btn:hover,
.k3a-nav-items:hover,
.dropdown:hover .dropbtn,
.dropdown-content a:hover {
  background-color: #c70000;
}

.k3a-sidebarBtn.hover-active {
  background-color: #c70000;
}

/* The dropdown container */
.dropdown {
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  border: none;
  outline: none;
  padding: 16px 16px;
  background-color: inherit;
  font-family: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #888888;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #666666;
  margin: 5px auto;
  /* 15% from the top and centered */
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 800px;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.k3a-modal-form {
  border: 1px solid #000000;
}

/* Full-width inputs */
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: Verdana, sans-serif;
}

.k3a-login-text {
  color: #ffffff;
  /* White text */
  font-family: Verdana, sans-serif;
  font-size: 16px;
  /* Set a font size */
}

/* Set a style for all buttons */
.k3a-login-btn {
  color: white;
  margin: 8px 0;
  width: 100%;
  background-color: #800000;
  border: none;
  /* Remove borders */
  padding: 16px 16px;
  /* Some padding */
  cursor: pointer;
  /* Mouse pointer on hover */
  font-family: Verdana, sans-serif;
  font-size: 16px;
  /* Set a font size */
}

/* The Close Button */
.k3a-close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
}

/* Extra style for the cancel button (red) */
.k3a-cancel-btn {
  color: white;
  margin: 8px 0;
  background-color: #800000;
  border: none;
  /* Remove borders */
  padding: 16px 16px;
  /* Some padding */
  cursor: pointer;
  /* Mouse pointer on hover */
  font-family: Verdana, sans-serif;
  font-size: 16px;
  /* Set a font size */
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}



.k3a-sidebar {
  height: 100%;
  width: 200px;
  background-color: #888888;
  position: fixed !important;
  z-index: 1;
  overflow: auto
}

.k3a-sidebar.k3a-collapse {
  display: none
}

.k3a-white,
.k3a-hover-white:hover {
  color: #ffffff !important;
  background-color: #888888;
}

.k3a-animate-left {
  position: relative;
  animation: animateleft 0.4s
}

.k3a-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2
}

.k3a-animate-opacity {
  animation: opacity 0.8s
}

.k3a-container:after,
.k3a-container:before {
  content: "";
  display: table;
  clear: both
}

.k3a-container
.k3a-panel {
  padding: 16px 16px
}


.k3a-errors-text {
  color: #800000;
  /* White text */
  font-family: Verdana, sans-serif;
  font-size: 14px;
  /* Set a font size */
}

.k3a-errors-ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.k3a-errors-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid black
}

.k3a-errors-ul li:last-child {
  border-bottom: none
}


.k3a-border {
  border: 1px solid black !important
}


.k3a-main,
#main {
  transition: margin-left .4s;
  margin-left: 0 !important;
  margin-right: 0 !important
}

.k3a-grid-container {
  display: grid;
}


.k3a-panel {
  padding: 16px 16px
}

.k3a-panel:after,
.k3a-panel:before {
  content: "";
  display: table;
  clear: both
}
