.abacus-sidebar {
	min-height: 108px;
	line-height: 36px !important;
	position: relative;
}
.abacus-sidebar a {
	line-height: 25px !important;
	cursor: pointer
}
.abacus-sidebar a:hover {
	background: unset !important;
}
#abacusLeftBar h3 {
	line-height: 82% !important;
}
#abacusLeftBar .logo {
	margin: 30px 0px -10px 0px;
	border-bottom: 1px solid #DCDCDC !important;
	padding-bottom: 40px;
}
#abacusLeftBar .abacus-sidebar a {
	height: unset !important;
}
.container {
	width: 85% !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: initial !important;
	line-height: 144%
}
header, footer {
	padding-left: 300px;
}
.sign-in {
	margin:auto;
	justify-color: center;
	align-color: center;
}
.pleft300 {
	padding-left: 300px;
}
.navbar.navbar-home {
	padding: 0px 15px;
}
.services.schedule-jobs .container {
	padding-top: 1%;
}
.services.schedule-jobs .content i, .material-icons {
	color: var(--href-link);
}
a .material-icons {
    color: inherit; /* or specify a different color if needed */
}
.services.schedule-jobs #widgets {
	padding: 10px;
}
.task-list {
	background: #5856d6;
	padding: 10px 0px 10px 0px;
}
.task-list h6 {
	width: 65%;
	margin: 0 auto !important;
	color: white;
}
.logo-background {
	margin: 0;
	padding: 0;
	color: #fff;
	background-image: url('imgs/abacusLogoBig.png'); /* Background image applied to entire page */
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.invoice-box {
  border: 2px solid #000;
  min-width: 279px;
  font-size: 16px;
}
.invoice-box th, .invoice-box td {
  border-collapse: collapse;
  border-spacing: 10px;
  padding: 15px;
}

@media only screen and (max-width : 992px) {
	header, main, footer {
		padding-left: 0;
	}
}

/* BEGIN statusBox and timeLogNavBox section */
#statusBox {
  max-width:360px;
  max-height:72px;
  line-height:18px !important;
}
.timeLogNavBox {
  position: absolute;
  top: 36px;
  max-width: 360px;
  font-size: 12px;
  margin-left: 63px;
}
/* Hide completely between 993px and 1280px */
@media (min-width: 993px) and (max-width: 1280px) {
  .timeLogNavBox {
    display: none;
  }
}
/* Font size 10px below 1400px */
@media (max-width: 1400px) {
  #statusBox {
	max-width: 240px;
  }
  .timeLogNavBox {
    font-size: 10px;
	max-width: 240px;
  }
}
/* Adjustments for screens below 993px */
@media (max-width: 992px) {
  #statusBox {
    max-width: calc(100vw - 200px);
  }
  .timeLogNavBox {
    margin-left: 0;
	font-size: 12px;
    max-width: calc(100vw - 200px);
  }
}
/*  END  timeLogNavBox section */

#modalWTK {
	overflow-y:initial !important;
}
#btnLogin {
	font-size: 18px;
	padding: 10px 25px;
}