@charset "utf-8";
/* CSS Document */

body {
  overflow-x: hidden;
}

.ui-dialog .ui-dialog-titlebar-close
{
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png);
  z-index:999999;
}

.sidebar {
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  border-right: 1px solid #dee2e6;
}

.sidebar .nav-link {
  color: #0f6c39;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0px 0px 12px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link:focus {
  background: #e6f1eb;
  color: #0c5a2f;
}

.sidebar .logo {
  padding: 1rem;
  font-size: 1.25rem;
  text-align: center;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.menu-icon {
  font-size: 1rem;
  color: #0f6c39;
}

.btn-qmm {
    background-color: #0f6c39;
    color: white;
}

.btn-qmm:hover {
    background-color: #b4975a;
    color: black;
}

.btn-primary {
    background-color: #0083ce;
    color: white;
}

.btn-primary:hover {
    background-color: #1c9ce6;
    color: whitesmoke;
}

.submit {
    width: 140px;
    margin-bottom: 20px;
}

.submitlg {
    width: 240px;
    margin-bottom: 20px;
}


h1.page-header {
    text-decoration: none;
    padding-bottom: 10px;
}

h2.sub-header {
    margin-bottom: 15px;
}


.checkbox-inline {
    padding-right: 15px;
}


.qmmtable {
    font-size: .9rem;
}

.qmmtable td {
    padding: 6px !important;
}