* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-weight: 400;
}
:root {
  --pry-color: #1c4586;
}
body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
footer {
  margin-top: auto;
}
a {
  text-decoration: none;
}
.btn {
  border-radius: 0;
}
.logo {
  color: #000000;
  font-family:serif;
  font-size: 22px;
}
.btn-pry {
  background-color: var(--pry-color);
  color: #fff !important;
}
.btn.btn-primary {
  color: #fff !important;
}
.btn-pry:hover {
  opacity: .95;
}
.btn-sm {
  font-size: 13px;
}
.form-control {
  max-height: 35px;
  font-size: 13px;
}
.navbar {
  background-color: var(--pry-color);
  padding: .2rem 0;
  position: fixed;
  top:0;
  width: 100%;
  z-index: 100;
}
.body-content, .stag-content {
  margin-top: 55px;
}
.nav-link, .dropdown-toggle {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.nav-link:hover {
  color: #fff;
  opacity: .7;
}
.navbar-brand img {
  filter: invert(1);
  margin-right: 10px;
}
.dropdown-menu {
  margin-top: 12px !important;
  padding: 0;
  border-radius: 0;
}
.card-header {
  padding: 7px;
}
[moe][large] form, [moe][large] [url] {
    width: 450px;
}
[moe][wide] form, [moe][wide] [url] {
    width: 550px;
}
[moe][huge] form, [moe][huge] [url] {
    width: 750px;
}
[moe][extra-huge] form, [moe][extra-huge] [url] {
    width: 900px;
}
[moe][bottom] form,
[moe][bottom] div[url]{
    bottom: 100%;
}
.moe-disabled[moe] {
    cursor: not-allowed;
}
.moe-disabled[moe] [start][show] {
    opacity: 0.5;
    pointer-events: none;
}
.table>:not(:first-child) {
  border-top: none;
}
.table thead {
  position: sticky;
  top: -10px;
  background-color: #ffffff;
  z-index: 100;
}
.table thead th {
  font-weight: bold;
}
.card-header h6 {
  margin-bottom: 0;
}
.card-header h6, .card-body {
  /* padding: 0 !important; */
}
.card-body table {
  margin-bottom: 0;
}
.sidebar-container {
  display: flex;
  min-height: calc(100vh - 190px);
}
.sidebar {
  min-width: 150px;
  background-color: #f6fdff;
  border-right: 1px solid #eee;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar a {
  width: 100%;
  padding: 5px;
  display: block;
  color: #000;
  border-bottom:1px solid #ccc;
  text-decoration: none;
}
.sidebar a:hover, .sidebar a.active {
  color: var(--pry-color);
}
.sidebar-container .page{
  width: 100%;
  padding: 10px;
  max-width: calc(100% - 150px);
}
.select2-dropdown {
  /* z-index: 100000; */
  z-index: 999999;
}
.select2-container {
  width: 100% !important;
}

[moe] [url]:not([show]) {
  z-index: 999999;
}

.tabbed-links {
  width: 100%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tabbed-links a {
  padding: 10px 15px;
  border-right: 1px solid #ddd;
}
.tabbed-links-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-top-color: transparent;
}
.tabbed-links a.active {
  background-color: #ddd;
}
.with-img img{
  max-width: 100%;
}
.bg-light-green {
  background-color: #bae5d1;
}
.table-profile-photo {
  width: 50px;
  border-radius: 50%;
}
.table-profile-photo-sm {
  width: auto;
  max-height: 30px;
}
.table-fixed {
  table-layout: fixed;
}
.card-body {
  /* overflow: auto; */
}
.card-body.has-table {
  overflow: auto;
}
.on-hover-right {
  left: 0;
  right: initial !important;
  min-width: 250px;
}
