@font-face {
  font-family: 'NexaText', 'Roboto', sans-serif;
  src: url(fonts/NexaTextDemo-Bold.woff2);
}

/* @font-face {
  font-family: 'Roboto', sans-serif;
} */

body {
  font-family: 'NexaText', sans-serif;
  font-size: 1.25rem;
}

.dark-mode {
    background-color: #343a40;
    color: #fff;
    
}

.dark-mode .navbar {
    background-color: #18191a;
    color: #fff;
}

.dark-mode label {
    background-color: #343a40;
    color: #fff;
}

.dark-mode input, .dark-mode textarea, .dark-mode select,
.dark-mode input:focus, .dark-mode textarea:focus, .dark-mode select:focus,
.dark-mode select option {
    background-color: #303134;
    color: #fff;
}

.dark-mode .datepicker-picker {
    background-color: #18191a;
    color: #fff;
}

.dark-mode .btn-primary {
    color: #fff;
}

.dark-mode .datepicker-controls .btn {
    background-color: #18191a;
    color: #fff;
}

.dark-mode .datepicker-cell:hover {
    /* background-color: #343a40; */
    color: #000;
}

.dark-mode .thead-dark th {
    background-color: #18191a
}

.dark-mode .datepicker-cell.focused:not(.selected) {
    background-color: #9c9c9c;
}

.dark-mode table.dataTable tbody tr {
    background-color: #343a40;
    color: #fff;
}

.dark-mode .modal-body, .dark-mode .modal-header, .dark-mode .modal-footer {
    background-color: #343a40;
    color: #fff;
}

.dark-mode .list-group-item {
    background-color: #303134;
    color: #fff;
}

.dark-mode .modal-body .table tbody tr {
    background-color: #343a40;
    color: #fff;
}

.dark-mode .list-group a {
    background-color: #525252;
    color: #fff;
}

.priority {
    background-color: rgb(255, 93, 93);
}

.dark-mode input:disabled {
    color: #fff;
    background-color: transparent;
}

.list-group a:hover {
    background-color: #007bff;
}

.dark-mode nav {
    background-color: #18191a !important;
    color: #fff !important;
}

.dark-mode .navbar-brand, .dark-mode .navbar .navbar-text, .dark-mode .navbar-toggler-icon, .dark-mode span {
    color: #fff !important;
}

.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button, .dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button.disabled  {
    color: #fff !important;
    border-radius: 5px;
}

.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border-radius: 5px;
    color: red
}

.dark-mode .sidenav {
    background-color: #343a40;
    color: white;
}

.dark-mode pre {
    color: white;
}

.btn {
    font-size: 1.5rem;
}

.active.typeSelect{
    font-weight: bold;
    /* text-decoration: underline; */
    background-color: #007bff !important;
}

.dark-mode li.list-group-item {
    background-color: #343a40;
    color: white;
}

.dark-mode .input-group-text, .dark-mode .custom-file-label, .dark-mode .custom-file-label:after{
    background-color: #303134;
    color: white;
}

.typeSelect:hover{
    font-weight: bold;
    /* text-decoration: underline; */
}

.dark-mode .typeSelect:hover {
    color: #000;
    background-color: #c2c2c2 ;
}

input, select, textarea {
    background-color: white;
}

.navbar-brand {
  color: #22439d !important;
}

.navbar-brand a:hover {
  color: #22439d !important;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #eee;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
  
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}
  
.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.rules-section {
  color: green;
  font-size: 14px;
  line-height: 1.3em;
}

.rules-section p,
.rules-section ul {
  margin: 0;
}

.warning-section {
  color: red;
  margin-top: 20px;
  font-size: 14px;
}

h2,
h3,
h4,
h5 {
  text-align: center;
}

.hidden {
  display: none;
}

.mar-5 {
  margin-right: 0 5px;
}

label {
  display: inline-block;
  margin: 0;
  margin-top: 0.75rem;
  margin-right: 1rem;
}

div.sticky {
  text-align: center;
  margin-bottom: 1%;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 10;
}

.navbar-nav li {
  margin-left: 5px;
}

.dataTables_length{
  margin-bottom: 1.5rem !important;
}

.tableFixedHead thead tr th {
  position: sticky;
  top: 80px;
  background-color: #343a40;
  color: #fff;
  z-index: 5;
}

.tableFixedHead thead tr td {
  position: sticky;
  top: 115px;
  background-color: #333;
  z-index: 5;
}

.tableFixedHead thead tr:nth-child(2) th {
  position: sticky;
  top: 40px;
  z-index: 5;
}

.tableFixedHead thead tr:nth-child(1) td {
  position: sticky;
  top: 83px;
  background-color: #333;
  z-index: 5;
}

#the-table tbody tr{
  display: none;
}

.card-list {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.card-list .card {
  border: none;
  width: 18rem;
}
.card-list .card :hover {
  background-color: #eeeeee;
}

.card-list .card .card-body {
  text-align: left;
  display: flex;
}

.card-list .card .card-body .card-title {
  padding-top: 10px;
  font-weight: bold;
  font-size: 24px;
}

.card-list .card .card-body i {
  font-size: 50px;
  color: #22439d;
  margin-right: 20px;
  margin-top: 20px;
}

.reportUnit_div {
  border: #22439d 2px solid;
  border-radius: 20px;
  align-items: center;
  align-content: center;
  text-align: center;
  vertical-align: middle;
  color: #22439d;
  padding: 20% 0;
  font-weight: bold;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 23%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 10%;
}

input {
  min-width: 1px;
}

.help {
  width: 20px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.s3fileupload .fileUpload {
  position: relative;
  overflow: hidden; }

.s3fileupload .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.s3fileupload form {
  display: inline-block; 
}

#hideMe {
  -moz-animation: cssAnimation 0s ease-in 3s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 3s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 3s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 3s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  to {
      width:0;
      height:0;
      overflow:hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
      width:0;
      height:0;
      visibility:hidden;
  }
}

#passwordLink,
#loginLink {
  color: #22439d;
}

#passwordLink:hover,
#loginLink:hover{
  text-decoration: none;
}

.passwordToggle {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  /* background: #aaa; */
  border-radius: 50%;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  padding: 0;
  z-index: 100;
}

.st_Invoiced {
  background-color: rgba(255, 255, 128, 0.25) !important;
}
.st_Dispatched {
  background-color: rgba(128, 255, 255, 0.25) !important;
}
.st_Complete {
  background-color: rgba(192, 0, 192, 0.25) !important;
}
.st_Scheduled {
  background-color: rgba(204, 0, 0, 0.25) !important;
}
.st_Standby {
  background-color: rgba(255, 204, 128, 0.25) !important;
}
.st_Painting {
  background-color: rgba(128, 128, 255, 0.25) !important;
}
.st_Folding {
  background-color: rgba(255, 128, 255, 0.25) !important;
}

#laserJobs {
  padding: 0 25px;
}

.data-control {
  display: flex;
  justify-content: center;
}

.navbar-text {
  text-align: center; 
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.priority {
  color: #ff0000;
}

@media screen and (min-width: 676px) {
  .modal-dialog {
    max-width: 75%;
  }

  .loginDiv{
    width: 66vw
  }

  /* body {
    background-color: lightcoral;
  } */
}


@media screen and (min-width: 1280px){
  /* body {
    background-color: lightcyan;
  } */

  .modal-dialog {
    max-width: 50%;
  }

  .statusModalBody{
    max-width: 25%;
  }

  .statusModalBody select{
    overflow: auto;
  }

  .loginDiv{
    width: 33vw
  }
}

/* Custom btn length in tablet mode (800 x 1200 px) */
@media only screen and (max-width: 800px) {
  .btn-length-800{
    display: block;
    width: 70%;
    margin: 0 auto !important;
    margin-bottom: 35px !important;
    align-items: center;
    text-align: center;
  }
  .text-config{
    height: 60px;
  }

  .text-config::after{
    content: ' Config' !important;

  }

  .text-chat{
    height: 60px;
  }

  .text-chat::after{
    content: ' Message' !important;
  }

  .text-checklist{
    height: 60px;
  }

  .text-checklist::after{
    content: ' Jobs' !important;
  }

  .text-logout{
    height: 60px;
  }

  .custom-control{
    margin-bottom: 30px;
  }
}