/* COLORS */
* {
  margin: 0;
  padding: 0;
}

/* calculates the font size to be 10px so that em will now correspond exactly with px. Example 2.2 em = 22px */
html {
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1.8rem; /*  set font size to 18px */
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #fff;
}

.white-color {
  color: #fff;
}

.brand-color {
  color: #99D421;
}

.accent-color {
  color: #B0954A;
}

.secondary-color {
  color: #0f415c;
}

.tertiary-color {
  color: #353535;
}

.background-brand-color {
  background-color: #99D421;
}

.background-accent-color {
  background-color: #B0954A;
}

.background-secondary-color {
  background-color: #0f415c;
}

.background-tertiary-color {
  background-color: #353535;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

a, i {
  text-decoration: none !important;
  color: #0f415c;
}

a, i {
  color: #99D421;
}
a:hover, i:hover {
  color: #769F1B;
}

ul {
  list-style: none;
}

ul.plastics-bullet {
  list-style-position: inside;
  list-style-type: disc;
}

.btn {
  font-size: 1.8rem;
}

.button-primary {
  background-color: #0f415c;
  border: 1px solid #0f415c;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-radius: 6px;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 480px) {
  .button-primary {
    width: 100%;
    max-width: 100%;
  }
}
.button-primary:hover {
  background-color: #99D421;
  border: 1px solid #99D421;
  color: #000;
}

.back-button {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 32px;
}
.back-button:hover {
  color: #769F1B;
}
.back-button .fa-chevron-left {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 30px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .back-button {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.button-secondary {
  font-size: 1.8rem;
  background-color: #99D421;
  color: #0f415c;
  border-radius: 6px;
  font-weight: 500;
  padding: 8px 13px;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .button-secondary {
    width: 100%;
    max-width: 100%;
  }
}
.button-secondary:hover {
  background-color: #769F1B;
}

.btn-danger {
  font-size: 1.8rem;
  border-radius: 6px;
  font-weight: 500;
  padding: 8px 13px;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .btn-danger {
    width: 100%;
    max-width: 100%;
  }
}
.tertiary-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
}

#menu-toggle {
  width: 100%;
  max-width: 37px;
  height: 100%;
  max-height: 35px;
  border-radius: 6px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  line-height: 24px;
  padding: 6px;
}
@media (max-width: 992px) {
  #menu-toggle {
    max-width: 41px;
    max-height: 38px;
    padding: 8px 9px;
  }
}
#menu-toggle:hover i {
  color: #0f415c;
}
@media (max-width: 992px) {
  #menu-toggle i {
    font-size: 22px;
  }
}

.mobile-res {
  display: block;
}
@media (min-width: 992px) {
  .mobile-res {
    display: none;
  }
}

.high-res {
  display: none;
}
@media (min-width: 992px) {
  .high-res {
    display: block;
  }
}

.show-res {
  display: block;
}
@media (min-width: 992px) {
  .show-res {
    display: none;
  }
}

.show-res-two {
  display: block;
}
@media (min-width: 480px) {
  .show-res-two {
    display: none;
  }
}

@media (max-width: 992px) {
  .hide-res {
    display: none;
  }
}

@media (max-width: 576px) {
  #contact-recaptcha, .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.p-2 {
  padding: 2rem;
}

.m-2 {
  margin: 2rem;
}

.navbar {
  padding: 10px 8px 10px;
}
@media (max-width: 992px) {
  .navbar {
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

#sidebar-wrapper {
  margin-left: 0;
  z-index: 9999999;
}
@media (max-width: 992px) {
  #sidebar-wrapper {
    margin-left: -170px;
    position: absolute !important;
  }
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: -165px;
}
@media (max-width: 992px) {
  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
    z-index: 9999;
    position: fixed !important;
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
  }
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 19.8px;
}
@media (max-width: 992px) {
  #sidebar-wrapper .sidebar-heading {
    font-size: 18px;
  }
}
#sidebar-wrapper .sidebar-heading a {
  font-family: "Roboto", sans-serif;
  color: #000;
}

.nav-item a {
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.nav-link {
  color: #0f415c;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
}

.nav-tabs .nav-item .nav-link {
  color: #fff;
}
.nav-tabs .nav-item .active {
  background-color: #99D421;
  color: #fff;
}

#sidebar-wrapper {
  background-color: #0f415c;
  position: relative;
}
#sidebar-wrapper .sidebar-heading {
  font-family: "Roboto", sans-serif;
  background-color: #99D421;
  color: #0f415c;
}
#sidebar-wrapper .list-group {
  background: #0f415c;
}
#sidebar-wrapper .list-group-item {
  background-color: transparent;
  color: #99D421;
}

.main-page {
  padding: 15px;
}
.main-page p {
  color: #0f415c;
}

.widget-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
}
@media (max-width: 1600px) {
  .widget-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1366px) {
  .widget-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 992px) {
  .widget-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .widget-row {
    grid-template-columns: 1fr;
  }
}

.activity-widget {
  padding: 2rem;
  border-radius: 30px;
  font-size: 4rem;
  text-align: center;
  color: #000;
  position: relative;
  width: 100%;
  margin: 2rem auto;
}
@media (max-width: 1600px) {
  .activity-widget {
    margin: 0 auto;
  }
}
.activity-widget p {
  margin-bottom: 0;
}
.activity-widget h3 {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .activity-widget h3 {
    min-height: 100px;
  }
}
@media (min-width: 1366px) {
  .activity-widget h3 {
    min-height: 65px;
  }
}
@media (max-width: 1600px) {
  .activity-widget h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 992px) {
  .activity-widget h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
.activity-widget:first-child {
  background-color: #ee6002;
}
.activity-widget:nth-child(2) {
  background-color: #99D421;
}
.activity-widget:nth-child(3) {
  background-color: #F5E000;
}
.activity-widget:nth-child(4) {
  background-color: #B891DE;
}
.activity-widget:nth-child(5) {
  background-color: rgb(255, 159, 64);
}
.activity-widget i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 9rem;
  color: #000;
  opacity: 0.1;
}
@media (max-width: 992px) {
  .activity-widget i {
    font-size: 7rem;
  }
}

.card-header {
  background: #0f415c;
  color: #99D421;
  padding: 15px;
  font-size: 50px;
  line-height: 62px;
}
@media (max-width: 992px) {
  .card-header {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .card-header {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .card-header {
    font-size: 26px;
    line-height: 38px;
  }
}

.dashboard-table {
  margin: 2rem 0;
}
.dashboard-table .card-header {
  font-size: 20px;
  line-height: 34px;
}

.dashboard-table-row {
  display: grid;
  grid-gap: 2rem;
}
@media (max-width: 992px) {
  .dashboard-table-row {
    display: block;
  }
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(15, 65, 92, 0.2);
  color: #000;
}
.table-striped tbody tr:nth-of-type(odd) a {
  color: #0f415c;
}

.table-striped tbody tr:nth-of-type(even) a {
  color: #0f415c;
}

.form-control-sm {
  font-size: 1.6rem;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
  color: #000;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0f415c;
  border-color: #0f415c;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0f415c;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.3em;
}

.login-screens {
  padding: 3rem;
  min-height: 90vh;
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media (max-width: 992px) {
  .login-screens {
    padding: 15px;
  }
}
.login-screens p:last-child {
  margin-bottom: 0;
}
.login-screens h1 {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .login-screens h1 {
    margin-bottom: 10px;
  }
}
.login-screens .login-form {
  padding: 0;
}
.login-screens form {
  padding: 0;
}
.login-screens label {
  font-size: 18px;
  line-height: 32px;
}
.login-screens .asteriskField {
  margin-left: 5px;
  color: red;
}
.login-screens .form-control {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .login-screens .form-control {
    font-size: 18px;
    line-height: 32px;
  }
}
.login-screens #div_id_remember {
  margin-top: 15px;
  margin-bottom: 15px !important;
}
.login-screens #div_id_remember .form-check-input {
  position: absolute;
  margin-top: 9.5px;
  margin-left: 0;
}
.login-screens #div_id_remember .form-check-label {
  padding-left: 15px;
}
.login-screens .reset-password {
  display: block;
  margin-bottom: 15px;
}
.login-screens .login-container {
  width: 100%;
  max-width: 580px;
  background: #0f415c;
  padding: 30px;
}
@media (max-width: 992px) {
  .login-screens .login-container {
    padding: 15px;
    min-width: 100%;
  }
}
.login-screens .login-container .form-check-input {
  position: absolute;
  margin-top: 0.7rem;
  margin-left: -0.25rem;
}
.login-screens .login-container .form-check-label {
  margin-bottom: 0;
  padding-left: 2rem;
}

.form-control {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .form-control {
    font-size: 18px;
    line-height: 32px;
  }
}

form {
  background: #0f415c;
  padding: 15px;
}
form .form-check-input {
  margin-top: 0.7rem;
}
form label {
  margin-bottom: 8px;
}
form .form-check-label {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  form .name-field {
    max-width: 50vw;
  }
}
form .week-days {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
}
@media (max-width: 992px) {
  form .week-days {
    display: block;
  }
}
form .main-fields {
  display: flex;
  grid-gap: 15px;
  justify-content: left;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: start;
}
@media (min-width: 768px) {
  form .main-fields {
    flex-direction: row;
    align-items: center;
  }
}

.main-page .card-header {
  border-bottom: 1px solid white;
}
.main-page .card-header .buttons {
  display: inline-block;
  float: right;
}
@media (max-width: 992px) {
  .main-page .card-header .buttons {
    margin-top: 15px;
    display: grid;
    float: none;
    grid-gap: 15px;
  }
  .main-page .card-header .buttons a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-page .card-header .buttons .btn-danger {
    margin: 0;
  }
}
.main-page .buttons {
  display: block;
}
.main-page .buttons .button-secondary {
  display: block;
  margin-bottom: 15px;
}
.main-page .buttons .button-secondary:last-child {
  margin-bottom: 0;
}

.detail-pages {
  background: #0f415c;
}
.detail-pages hr {
  border-color: #99D421;
}
.detail-pages .field-label {
  display: block;
  color: #99D421;
}
.detail-pages h2 {
  margin-top: 25px;
}
.detail-pages .table {
  color: white;
}
@media (min-width: 1200px) {
  .detail-pages .table {
    max-width: 50vw;
  }
}
.detail-pages .table td {
  border: 1px solid white;
  text-align: center;
}
.detail-pages .top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .detail-pages .top-section {
    display: block;
  }
}
.detail-pages .main-fields {
  display: grid;
  grid-gap: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #99D421 !important;
  border: 1px solid #99D421 !important;
  color: #0f415c;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
@media (max-width: 992px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: 100% !important;
  }
}

.select2-results__option {
  color: black !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #99D421 !important;
  color: #0f415c !important;
}

.user-template {
  display: grid;
  grid-gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .user-template {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .user-template {
    display: block;
  }
}

.name-fields {
  display: block;
  grid-gap: 15px;
}
@media (min-width: 1200px) {
  .name-fields {
    width: 100%;
    display: flex;
  }
}
.name-fields .form-group {
  width: 100%;
}
@media (max-width: 992px) {
  .name-fields .form-group {
    display: block;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .email-field {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .email-field .form-group {
    display: block;
    margin-bottom: 15px;
  }
}

.card-body {
  padding: 15px;
}

@media (min-width: 1200px) {
  .role-fields {
    width: 20vw;
  }
}
@media (max-width: 992px) {
  .role-fields .form-group {
    display: block;
    margin-bottom: 15px;
  }
}

.detail-page-table {
  display: grid;
  grid-gap: 15px;
}
.detail-page-table div.dataTables_wrapper div.dataTables_filter label, .detail-page-table div.dataTables_wrapper div.dataTables_length label {
  color: white !important;
}
.detail-page-table p {
  color: white;
}

.filter-row {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.chartCard {
  background: white;
  color: #0f415c;
  text-align: center;
}
.chartCard h3 {
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 992px) {
  .chartCard h3 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .chartCard h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .chartCard h3 {
    font-size: 22px;
    line-height: 34px;
  }
}

.bottom-section h2 {
  color: #99D421;
}
@media (max-width: 992px) {
  .bottom-section h2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.bottom-section h3 {
  text-align: center;
  color: #99D421;
  font-size: 3rem;
}

.job-detail a {
  color: #B891DE;
}
.job-detail .top-section {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .job-detail .top-section {
    grid-gap: 5px 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.job-detail .field-box {
  margin-bottom: 15px;
}
.job-detail .field-box span {
  color: #ee6002;
}
.job-detail .bottom-section .main-fields {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .job-detail .bottom-section .main-fields {
    grid-gap: 5px 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.machine-chart-row {
  display: block;
}

.machine-box h2 {
  text-align: center;
  color: #0f415c;
}

.red-flag {
  background-color: darkred !important;
  color: white !important;
}
.red-flag a {
  color: #99D421 !important;
}
.red-flag .fa-times-circle {
  color: white !important;
}

.font-change {
  padding-left: 5px;
}
.font-change .field-label span {
  color: white;
}

.red-box-row {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 1rem;
}
.red-box-row p {
  margin-bottom: 0;
}

.red-box {
  width: 20px;
  height: 20px;
  background-color: darkred !important;
}

.no-margin {
  margin-bottom: 0;
}

.chart-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .chart-row {
    grid-template-columns: 1fr;
    display: block;
  }
}

.pieBox {
  padding: 15px;
}
@media (min-width: 1200px) {
  .pieBox {
    max-width: 30vw;
  }
}

.tooltip-inner {
  font-size: 1.6rem;
  background-color: #99D421;
  color: #000;
}

.password_reset {
  margin: 15px 0;
}

.alert {
  position: relative;
  padding: 10px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
}
.alert .close {
  font-size: 18px;
  line-height: 18px;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}

.alert-danger {
  margin: 15px 0 !important;
}

.alert-success {
  display: grid;
  grid-template-columns: 1fr auto;
}

.form-text.text-muted {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-is-active .form-check {
  padding-left: 0;
}
.form-is-active .form-check-input {
  margin-left: 0;
}
.form-is-active .form-check-label {
  margin-left: 18px;
}

@media (max-width: 992px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .dataTables_length {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0;
    white-space: nowrap;
    justify-content: left;
  }
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-left: 0;
}

.dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.filter-row-two {
  width: 100%;
}
@media (max-width: 992px) {
  .filter-row-two {
    margin-bottom: 20px;
  }
  .filter-row-two .form-inline {
    width: 100%;
    display: block;
  }
  .filter-row-two .form-inline input, .filter-row-two .form-inline select {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .main-page-grid .main-fields {
    display: block;
  }
}
.main-page-grid form {
  display: grid;
  grid-gap: 15px;
}
@media (max-width: 992px) {
  .main-page-grid form {
    display: block;
  }
}
.main-page-grid .form-group {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .main-page-grid .form-group {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .main-page-grid-two .card-header {
    display: grid;
    grid-gap: 15px;
  }
}
.main-page-grid-two .main-fields {
  display: grid !important;
  grid-gap: 15px !important;
}
@media (max-width: 992px) {
  .main-page-grid-two .buttons {
    margin-top: 0 !important;
  }
}

.back-button-two {
  display: block;
  margin-bottom: 15px;
}

.btn-danger-two {
  margin-bottom: 0;
  margin-top: 15px;
}

.machine-filter .form-inline {
  width: auto;
  min-width: 200px;
}
@media (max-width: 992px) {
  .machine-filter .form-inline {
    min-width: 100%;
  }
}
.machine-filter .form-inline label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  text-align: center;
}
.machine-filter .form-inline select {
  width: 100%;
}

@media (max-width: 992px) {
  .machine-filter-two {
    display: block;
  }
  .machine-filter-two .form-inline {
    display: grid;
    grid-gap: 15px;
  }
}

.page-form-checkbox .form-check {
  padding-left: 0;
}
.page-form-checkbox .form-check-input {
  margin-left: 0;
}
.page-form-checkbox .form-check-label {
  margin-left: 18px;
}

@media (max-width: 992px) {
  .mb-5 {
    margin-bottom: 20px !important;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.masquerade {
  padding: 0.5rem 1rem;
}

/* Add a red asterisk to labels inside any .form-group.required-field */
.form-group.required-field > label::after {
  content: " *";
  color: red;
}

/*# sourceMappingURL=project.css.map */
