body {
  padding-top: 90px;
}
.starter-template {
    min-height: 400px;
}
.bg-dark {
    background-color: #006E53!important;
}

.grey {
    background-color: rgba(0,0,0,.05);
}

.btn-jasper {
  color: #fff;
  background-color: #006E53;
  border-color: #006E53;
}
.btn-jasper:hover, .btn-jasper:active {
  color: #fff;
  background-color: #005940;
  border-color: #005940;
  box-shadow: 0 0 0 0.0rem rgba(127,15,13,1);
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0.2rem .4rem;
    font-size: .475rem;
    line-height: 1.2;
    border-radius: .2rem;
}

a, .page-link {
    color: #006E53;
}

a:hover, .page-link:hover {
    color: #005940;
    text-decoration: none;
}

a.big { font-size: 150%; }

.page-item.active .page-link {
    background-color: #006E53;
    border-color: #006E53;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #FFFFFF;
}

.table-bordered td, .table-bordered th {
    border: none;
    border-right: 1px solid #E5E5E5;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #006E53;
}


.navbar-nav .dropdown-menu {
    background: #006E53;
    border: none;
}

.dropdown-item {
    color: rgba(255,255,255,.5);
}

.dropdown-item:hover {
    color: rgba(255,255,255,1);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #006E53;
}

.card-header {
    background-color: #006E53;
    color: white;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    right: 1.3em;
    content: "\2191";
}

.dataTables_length { float:left; }
div.dataTables_wrapper div.dataTables_info { text-align:left; }

td.pause a {
  color: white;
}
td.pause {
  background: #006E53;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #005940;
    border-color: #005940;
}

label { display:block; }