@charset "utf-8";
/* CSS Document */

.select2-container .select2-selection--single {
  height: 33px !important;
}

.clearIt {
  clear: both;
}
.onoffline {
  width: 100px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5px;
}

/*
.online {width:60px; height:20px; padding:2px; border:1px solid #090; border-radius:2px; color:#FFF; background-color:#090;line-height:15px;}

.offline {width:60px; height:20px; padding:2px; border:1px solid #F00; border-radius:2px; color:#FFF; background-color:#F00;line-height:15px;}
*/

.ui-dialog .ui-dialog-content {
  font-size: 11px;
}

.ui-datepicker {
  font-size: 13pt !important;
}

.online,
.offline {
  height: 100px;
}

#digImages {
  vertical-align: top;
  display: block;
  text-align: center;
}

#digImages img {
  max-width: 200px;
}

.dig_image {
  margin-bottom: 15px;
}

.grabimagearea img {
  max-width: 200px !important;
}

.reinsimagearea img {
  max-width: 200px !important;
}

.sitecimagearea img {
  max-width: 200px !important;
}

.clearCheckboxes {
  clear: both;
  display: none;
}

.well {
  padding: 5px;
}

#dialog-success {
  color: #0c0 !important;
  font-weight: bold;
}
.dialog-info {
  color: #0cc !important;
  font-weight: bold;
}
.dialog-error {
  color: #f00 !important;
  font-weight: bold;
}

#job_number_confirm {
  display: none;
}

#special_material1,
#special_material2,
#special_material3,
#special_material4,
#special_material5 {
  display: none;
  margin-top: 15px;
}

#stageChange {
  text-align: center;
  padding-bottom: 10px;
  border: 1px solid #fc3;
  padding: 5px;
  border-radius: 5px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type='email'] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type='password'] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.centre {
  text-align: center;
}

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/loadingNew.gif) center no-repeat #fff;
  background-size: 90%;
}
.se-pre-con2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/loading2.gif) center no-repeat #fff;
  background-size: 70%;
}

.uploadButton {
  border: 1px solid #000;
  padding: 4px;
  border-radius: 3px;
}

#digArea,
#grabArea,
#reinsArea,
#sitecArea {
  border-top: 1px solid #09c;
  padding-top: 10px;
}

.jobstable {
  width: 100% !important;
}
.jobstable > tbody > tr > td {
  vertical-align: middle;
  font-size: 9px;
}

.jobstableOther > tbody > tr > td {
  vertical-align: middle;
}

.jobstableOther > tbody > tr > td {
  vertical-align: middle;
  height: 15px;
  padding: 1px;
  font-size: 10px;
  background-color: #fff;
  color: #2c3e50;
  border: none;
}

.job-alert {
  width: 80px;
  height: auto;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: -2px;
  border: none;
}

.amber-circle {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fc0;
}

#job-photos {
  width: 100%;
  float: left !important;
}

#job-photos img {
  width: 95%;
}

.a_photo {
  width: 50%;
  float: left !important;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 414px) {
  .clearCheckboxes {
    display: inherit;
  }
}

/*form styles*/
#msform {
  width: 400px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27ae60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #27ae60;
  color: white;
}

.sm {
  height: 22px !important;
}

.panel-body label {
  font-size: 10px;
}

.floatLeft {
  float: left;
  width: 48%;
}
.marg-left-5 {
  margin-left: 5px;
}
.marg-left-10 {
  margin-left: 10px;
}

#upload_images_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#upload_images_div > div {
  height: 200px;
  margin: 10px;
}

#upload_images_div img {
  max-height: 75%;
}

#network-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px); /* Hidden off screen initially */
    background-color: #333;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 13px;
    font-family: sans-serif;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    width:80%;
  }

  #network-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  

   


