/* Globals */
body {
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  color: #484848;  /* !important; */
	background-color:#d3d3dd; /* !important;*/
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: white; 
}

.modal-title {
	color: #333;
}
.modal-body {
	color: #333;
}

/* Override Bootstrap's default container. */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.daterangepicker {
  color: #333!important;
}

/* Data Table Stuff */
table.dataTable tr td {
	color: black;
	background-color: white;
	height: 4px;
	line-height: 1; 
	font-size: 18px;
}
table.dataTable thead tr {
  background-color: #8a8aa0;
  color: white;
}
/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

.bg-warning {
  background-color:teal;
}
.bg-danger {
  background-color:red;
}

/*  Masthead for nav  */
.las-masthead {
  background-color: #8a8aa0;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.navbar-las {
  background-color: #8a8aa0;
}
/* change the brand and text color */
.navbar-las .navbar-brand,
.navbar-las .navbar-text {
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(255,255,255,.8);
}
/* change the text color of the menu items */
.navbar-las .navbar-nav .nav-link {
  color: white;
  /* color: rgba(255,255,255,.5); */
}
/* change the color of active or hovered links */
.navbar-las .nav-item.active .nav-link,
.navbar-las .nav-item:hover .nav-link {
  color: #ffffff;
}

/* Site name and description */
.las-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.las-title {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: normal;
  color: #444444;
}
.las-description {
  font-size: 20px;
  color: #999999;
}
.las-darktext {
  font-size: 20px;
  background-color: #F0F8FF;
  color: #8a8aa0;
}

/* Main column and sidebar layout */
.las-main {
  font-size: 18px;
  line-height: 1.5;
  color: #b83dba;
}

/* Bootstrap Cards used on our dashboards etc */
.card-las {
  color: #ffffff;
  background-color: #8a8aa0;
}

/* Footer */
.las-footer {
  padding: 40px 0;
  color: #8a8aa0;
  text-align: center;
  border-top: 1px solid #8a8aa0;
}
.las-footer p:last-child {
  margin-bottom: 0;
}
