
.palette-total {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  display: flex;
  justify-content: flex-end;
}

.palette-total label {
  margin-right: 10px;
}

.location-modal-header {
  border-bottom: none;
  padding-bottom: 0px;

}

.modal-dialog{
  width: 950px !important;
}

.job_input{
  min-width: 60px !important;
}

.large-Modal {
  @media (min-width: 1600px){

      .modal-lg {
          width: 1508px;
      }
  }
}
