body {
  font-size: .875rem;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 2rem;
  }
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: rgb(43, 38, 85);
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #f39208;/*#205ba5;*/
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  /*background-color: rgba(0, 0, 0, .25);*/
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

div.sticky{
  max-height:1px;
}
th.sticky {
  position: sticky;
  top: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.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;
  }
}

.b-example-divider {
  height: 3rem;
  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);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-link i{
  margin-right:0.5em;
}
.btn-blank{
  border:none;
  background-color:inherit;
}
.datepicker-dropdown{
  z-index:1050!important;
}
.spinner{
  font-size:2em;
}
.admin-link a i{
  font-size:5em;
}
.admin-link:hover{
  opacity: 0.75;
}
.nav-tabs .nav-link{
  color:#f39208;
}
.selectdown{
		width: 99%;
    position: absolute;
    z-index: 100;
    left: 0.5%;
    top: 39px;
		overflow: hidden;
		height: auto;
    max-height: 200px;
    overflow: hidden;
		padding: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.bg-bms{
  background-color: rgb(43, 38, 85)!important;
}
.btn-bms:hover {
  color: white;
  background-color: rgb(43, 38, 85);
  border-color: rgb(43, 38, 85);
}
.btn-bmsx:hover {
  color: white;
  background-color: rgb(43, 38, 85);
  border-color: rgb(43, 38, 85);
}
.btn-outline-bms{
    --bs-btn-color: rgb(43, 38, 85);
    --bs-btn-border-color: rgb(43, 38, 85);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(43, 38, 85);
    --bs-btn-hover-border-color: rgb(43, 38, 85);
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: rgb(43, 38, 85);
    --bs-btn-active-border-color: rgb(43, 38, 85);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(43, 38, 85);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(43, 38, 85);
    --bs-gradient: none;
}
.btn-bms {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(43, 38, 85);
    --bs-btn-border-color: rgb(43, 38, 85);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(43, 38, 85,0.5);
    --bs-btn-hover-border-color: rgba(43, 38, 85,0.25);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(43, 38, 85,0.5);
    --bs-btn-active-border-color: rgba(43, 38, 85,0.25);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(43, 38, 85);
    --bs-btn-disabled-border-color: rgb(43, 38, 85);
}

.client-date{
  position:absolute;
  top:0px;
  right:0px;
}

.dash-date{
    --bs-btn-color: rgb(43, 38, 85);
    --bs-btn-border-color: rgb(43, 38, 85);
    --bs-btn-hover-color: rgb(43, 38, 85);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: rgb(43, 38, 85);
    --bs-gradient: none;
}
.dash-date label{
    position:absolute;
}

.dash-date select{
    border:none;
    padding-left:1.5rem;
}

@media (max-width: 600px) {
  .client-date{
    position:relative;
    margin-top:1rem;
  }
  .client-date select{
    width:216px;
  }
}

.exec-transfer{
  max-height:500px;
  overflow-y:scroll;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/*  TABLEGROUPER  */
.table-group th::first-letter {
  text-transform: capitalize;
}
.tg-expandable{
  cursor:pointer;
}

/* Dropzone */
input[type="file"]{
	opacity:0;
}
.upload{
  position:relative;
}
.upload label{
	cursor:pointer;
}
.upload .dropzone{
  min-height:200px;
}
.dropzone{
  position:relative;
}
.dropzone label{
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 0;
}
.dropzone .invalid-feedback{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.upload h1 .material-icons{
	font-size:40px;
}
.file button i{
	color:red;
}
.box_input{
	padding-top:2em;
}
.is-dragover{
	background-color: rgba(0, 0, 0, 0.1);
}
.file{
	position:relative;
  z-index:1;
  background: #ffffff9e;
}
.file .remove{
    position: absolute;
    top: 0em;
    right: 0em;
}
.file .fileName{
  background: #fff;
  z-index: 10;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
.file .submitLoader{
  float:none!important;
  margin-top: -2em;
}
.smallFile img{
  width:50px;
}
.file a{
  text-decoration:none;
  color:black;
}
.fc a{
  color:black;
  text-decoration:none;
}
.vscomp-toggle-button{
  border-radius: .375rem;
}