.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

html {
  height: -webkit-fill-available;
}

#sidebar {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1px;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #dee2e6;
  color: #000000;
}

#mainmenu li { 
  margin-bottom: 10px;
  margin-left: 7px;
}

.nav-flush .nav-link {
  border: 1px solid rgba(0, 0, 0, .15) !important;
  border-radius: 50px;
  background-color: white;
  width: 60px;
  padding: 0px;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
  z-index: 1;
}

.content-wrapper-login {
  min-height: 100vh;
  background: #050501 url("/content/images/login_background_small_p.jpg") no-repeat fixed center top;
  background-size: auto;
}

.login-container {
  min-height: calc(100vh - 150px);
  padding-bottom: 20px;
  /* overflow-y: auto; */
}

.box {
  width: 500px;
  background-color: inherit;
  display: flex;
  align-items: top;
  justify-content: start;
  padding: 20px;
  border-radius: 8px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-left: 80px;
}

header {
  padding-left: 10px;
  padding-right: 20px;
  background-color: #ffffff;
  max-width: 2400px;
}

main {
  flex: 1;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 10px;
  margin-top: 10px;
  z-index: 0;
  max-width: 2400px;
}

.header-padding {
  margin-top: 10px;
}

footer {
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
}

.spacing-left {
  margin-left: 15px;
}

.border {
  border: 1px solid black !important;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.border-grey {
  border: 1px solid #dee2e6 !important;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
}

.icon {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  width: 23px;
  height: 23px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
}

.cursor {
  cursor: pointer !important;
}
    
section {
  
}

.form {
  max-width: 1000px;
}

cell {
  flex: 1;
  background-color: #dee2e6;
}

border-curve {
  border-radius: 10px;
}

.dropdown-menu {
  z-index: 100000 !important;
}

select {
  border: 1px solid #777777;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.select-search {
	width: calc(100% - 27px) !important;
	margin-right: 10px;
}

.select-search-cancel {
	width: calc(100% - 27px) !important;
	margin-right: 6px;
}

input[type="text"], input[type="password"] {
  border: 1px solid #777777;
  background-color: #ffffff !important;
  border-radius: 5px !important;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
  width: 100%;
}

input[type="text"]:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
}

.date {
  cursor: pointer !important;
}

input[type="button"], input[type="submit"], button {
  border: 1px solid #777777;
  background-color: #ffffff !important;
  border-radius: 5px !important;
  padding-top: 2px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  max-width: 100%;
}

.active > button, button.active {
  background-color: #dee2e6 !important;
  color: #777777 !important;
}

table {
  background-color: #ffffff !important;
  border-collapse: collapse !important;
  border-radius: 5px !important;
  border-style: hidden !important; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #dee2e6 !important; /* this draws the table border  */ 
  width: 100% !important;
}

th {
  background-color: #b9af8c !important;
  border: 1px solid #ccc;
  color: #fff;
  padding: 5px;
}

td {
  border: 1px solid #ccc;
  padding: 5px;
}

.table-filter-custom {
  margin-top: 6px;
  margin-right: 3px;
}

.table-details-expand {
  width: 50px;
  height: 50px;
  background: url('/content/images/details_open.png') no-repeat center center;
  cursor: pointer;
}

.table-details-collapse {
  width: 50px;
  height: 50px;
  background: url('/content/images/details_close.png') no-repeat center center;
  cursor: pointer;
}

.tempus-dominus-widget {
  z-index: 1000000 !important;
}

.dtr-details > tr > td:first-child {
  background-color: #dee2e6 !important;
  font-weight: bold;
}

.dtr-bs-modal > div > div > div {
  width: 100% !important;
  display: block;
}

.dtr-bs-modal > div > div > div > h4 {
  float: left;
}

.dtr-bs-modal > div > div > div > button {
  float: right;
}

.modal-height {
  height: calc(100vh - 300px) !important;
  max-height: 700px !important;
}

.custom-header1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.custom-header1a {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 50%;
}

.custom-header1b {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 50%;
}

.custom-header2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.custom-header2a {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 70%;
}

.custom-header2b {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 30%;
}

.logo {
  margin-left: -4px;
  max-height: 40px;
}

a {
  border: 0px solid #dee2e6 !important;
}

a.dark-link {
  color: #000;
}

.modal {
  z-index: 1000000 !important;
}

.title {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.graph {
  display: inline-block;
  width: 100% !important;
  /*max-width: 1000px;*/
  margin-left: 40px;
}

.table-link {
  color: #000000;
  cursor: pointer;
}

.left-center {
  text-align: center;
}

.right-center {
  text-align: center;
}

.text-blue {
  color: #0000ff;
}

.text-red {
  color: #e74d3d;
}

.text-gold {
  color: #b9af8c;
}

.text-silver {
  color: #dee2e6;
}

.text-grey {
  color: #e5e5e5;
}

.bg-red {
  background-color: #e74d3d;
}

.bg-green {
  background-color: #80EF80;
}

.bg-blue {
  background-color: #5ea1cb;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#loading-container {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px); 
}

.responsive-text {
  font-size: 0.9rem;
}
  
/* X-Small devices (portrait phones, less than 576px) */
/* Use default css */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .login-container {
    min-height: calc(100vh - 140px);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .login-container {
    min-height: calc(100vh - 140px);
    padding-top: 100px;
  }
  
  header {
    height: 60px;
    padding-left: 5px;
		padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  
  main {
    padding: 10px;
    margin-top: 0px;
  }

  .custom-header1 {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    float: left;
    width: 45%;
		height: 40px;
  }

  .custom-header1a {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: auto;
  }
  
  .custom-header1b {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: auto;
  }
    
  .custom-header2 {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    float: right;
    width: 45%;
		height: 40px;
  }

  .custom-header2a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
  
  .custom-header2b {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: auto;
  }
	
  .custom-header3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
		float: left;
    width: 10%;
		height: 40px;
  }

  .logo {
    margin-top: 7px;
    margin-left: 4px;
  }

  .content-wrapper-login {
    background: #050501 url("/content/images/login_background_large.jpg") no-repeat fixed center;
  }
  
  main {
    margin-top: 10px;
  }
  
  .left-center {
    text-align: left;
  }
  
  .right-center {
    text-align: right;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .login-container {
    min-height: calc(100vh - 140px);
    padding-top: 200px;
  }
  
  .responsive-text {
    font-size: 1.25rem;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  
}