body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  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 {
  position: relative;
  top: 0;
  height: calc(100vh - 100px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

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

.sidebar .nav-link.active {
  color: #007bff;
}

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

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

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  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;
  border-width: 0;
  border-radius: 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);
}

#sidebarMenu i.fas {
color: #6c757d!important;
}

.border-enquiry { border-color:#FFC700!important ; }
.border-quotation-shared {  border-color:#01CFFF!important ;  }
.border-quotation-approved {  border-color:#0172FF!important ; }
.border-advance-received {  border-color:#8042D1!important ; }
.border-work-started {  border-color:#5ABA00!important ;  }
.border-work-finished { border-color:#FC800E !important ; }
.border-enquiry-cancel { border-color:#FD2E04 !important ; }


.bg-enquiry { background-color: rgba(255,199,0,.2)!important ; }
.bg-quotation-shared {  background-color: rgba(1,207,255,.2)!important ;  }
.bg-quotation-approved {  background-color:rgba(1,114,255,.2)!important ; }
.bg-advance-received {  background-color:rgba(128,66,209,.2)!important ; }
.bg-work-started {  background-color:rgba(90,186,0,.2)!important ;  }
.bg-work-finished { background-color:rgba(252,128,14,.2)!important ; }
.bg-enquiry-cancel { background-color:rgba(253,46,4,.2)!important ; }

@media (max-width: 576px) { 
.homerow { margin-left:-7px; margin-right:-7px; }
.col-6 { padding-left:7px; padding-right:7px; }
}

@media (max-width: 575.98px) { 
	.form-group {
    margin-bottom: 0.25rem; 
	}
	.col-form-label {
		padding-bottom: calc(.1rem + 1px);

	}
}