@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;
}

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

.btn-primary {
  background-color: #22439d !important;
  border-color: #284ae3 !important;
  color: white;
}

.btn-outline-primary {
  background-color: white !important;
  border-color: #22439d !important;
  color: #22439d !important;
}
.btn-outline-primary:hover {
  background-color: #22439d !important;
  color: #fff !important;
}

.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%);
}

@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
  }
}
