body {
  background-color: rgba(245, 245, 245, 1);
}

.content-container {
  width: 90%;
  min-height: 400px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}

.fa-pencil-alt {
  font-size: 8px;
  color: rgba(0, 0, 0, 0.25);
}

.fa-save {
  font-size: 10px;
}

.text-orange {
  color: darkorange;
}

.small-caps {
  font-variant: small-caps;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.custom-date-picker input {
  display: none !important;
}

.loading {
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: 25% auto;
  background-image: url('https://namicdivision55.com/resources/images/loading.gif');
  background-repeat: no-repeat;
  background-color: rgba(200, 200, 200, .5);
}

#globalLoading {
  background-size: 15% auto;
  position: fixed;
}

.date-picker, .date-time-picker, .time-picker, .date-picker-sm, .date-picker-occ-rpt, .date-picker-occ-rpt-warnings {
  background-color: white !important;
}

.alert:not(.alert-users) {
  display: none;
}

.alert-users {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

.alert.no-hide {
  display: inline-block;
}

.alert-fixed {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    z-index: 9999;
}

#globalAlerts {
  position: fixed;
  top: 0px;
  z-index: 2000;
}

#employeeList_filter input {
  border-radius: 5px;
}

input, input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

.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: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.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-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: 100;
  width: 70%;
}

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

.form-control-dark:focus {
  background-color: rgba(255, 255, 255, .7);
}

.input-editable {
  background-color: yellow !important;
  outline: none;
  transition: all 0.2s;
}

.input-editable:hover, .input-editable:active, .input-editable:focus {
  background-color: yellow;
  border-color: red;
  outline: none;
}

.form-control-plaintext {
  transition: all 0.2s;
}

.nav-icon {
  width:25px;
  height:auto;
}

.employee-accordion {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.employee-accordion .card-header {
  background-color: rgba(250, 250, 250, 1);
}

#employeeOccurrences_wrapper th, #employeeOccurrences td,
#employeeWarnings_wrapper th, #employeeWarnings td,
#employeeActivity th, #employeeActivity td {
  font-size: 12px;
}

#employeeOccurrences_wrapper th, #employeeWarnings_wrapper th,
#employeeActivity_wrapper th {
  padding-left: 0px;
  padding-right: 0px;
}

button.disabled:hover {
  cursor: not-allowed;
}

.employee-sub-section {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);

  border-radius: 10px;
}

.dataTables_filter input {
  border-radius: .2rem;
  outline: none;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
}

.daily-usage-input {
  line-height: 1.5;
  height: auto;
  outline: none;
}

.panel-title {
  position: relative;
}

.panel-title::after {
	content: "\f078";
	color: #666666;
	right: 0px;
	position: absolute;
  font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
	content: "\f077";
}

#searchResultsContainer {
  position: absolute;
  top: 45px;
  left: 50%;
}

.search-results {
  position: relative;
  left: -50%;
  max-width: 400px;
  width: 400px;
  max-height: 500px;
  overflow-y: scroll;
  z-index: 9999;
}

.search-row {
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  transition: all 0.2s;
  border-radius: 0px;
}

#searchResultsContainer a {
  color: black;
  text-decoration: none;
}

.search-row:hover {
  background-color: rgba(220, 220, 220, 1);
}

::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

input {
  outline: none !important;
}

.dashboard-section {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

.dashboard-section h6 {
  font-size: 15px;
}

.dashboard-section li {
  font-size: 12px;
}

.dashboard-section .list-group-item em {
  font-size: 9px;
}

.dashboard-section li:nth-child(even):not(:last-child):not(.no-shade) {
  background-color: rgba(250, 250, 250, 0.9);
}

.dashboard-section li:nth-child(odd):not(:last-child):not(.no-shade) {
  background-color: rgba(245, 245, 245, 0.9);
}

#dashboardCalendar {
  font-size: 11px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
  display: inline;
}

#timeHistoryReport tbody tr:nth-child(even):hover td{
  background-color: white !important;
}

#timeHistoryReport tbody tr:nth-child(odd):hover td {
  background-color: white !important;
}

.font-size-12 { font-size:12px; }
.font-size-13 { font-size:13px; }
