div#app {
  text-align: left;
}

div#app div#nav a img {
  width: 50px;
  height: 50px;
}

label {
  vertical-align: middle;
  padding: 0.375rem;
}

.btn-plt {
  text-align: left;
  background-color: green;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  margin-right: 10px;
}

.btn-plt-arrow {
  min-width: 32px;
  vertical-align: middle;
  text-align: center;
}

.btn-plt.selected {
  background-color: #185dc4;
  border-color: #185dc4;
}

.btn-plt-tab {
  margin-right: 0px !important;
}

.no-padding {
  padding: 0 !important;
}

.ml-15 {
  margin-left: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-0 {
  padding-left: 0px;
}

.job-item {
  cursor: move;
  padding: 3px;
  margin-bottom: 3px;
  border: black 1px solid;
}
.job-item i {
  cursor: pointer;
}

.flip-list-move {
  transition: transform 0.5s;
}
.no-move {
  transition: transform 0s;
}

.w-min-600 {
  min-width: 600px;
}

.w-min-800 {
  min-width: 800px;
}

.h-min-200 {
  min-height: 200px;
}

li.plant-select-item,
li.pers-select-item,
li.cust-select-item {
  position: relative;
  display: block;
  padding: 3px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-size: smaller;
}

.scroll-500 {
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

tbody.scrolling-table {
  display: block;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: auto;
}

li.job-item {
  font-size: 14px;
  list-style: none;
}

.job-item .job-item-name {
  text-transform: uppercase;
  color: black;
}

.job-item .job-item-employees {
  text-transform: capitalize;
  color: red;
}

.job-item .job-item-area {
  text-transform: capitalize;
  color: green;
}

.job-item .job-item-vehicle {
  text-transform: capitalize;
  color: blue;
}

.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container.job-cust-select-modal {
  width: 900px;
}

.modal-container.job-copy-week-modal {
  width: 500px;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

.top-0 {
  top: 0;
}

tr.selected {
  font-weight: bold;
}

div.scrolling-table {
  display: block;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
}

div.row-header {
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
}

div.scrolling-table div.row {
  margin: 5px;
}

div.scrolling-table .clickable.selected {
  background-color: blue;
  color: white;
}

@media (min-width: 1200px) {
  body div.container {
    max-width: 1400px;
  }
}

.job-header {
  margin-bottom: 5px;
}

.schedule_number_tag {
  color: red;
}

div.admin div.scrolling-table div.row.clickable {
  border: 1px solid #000000;
  overflow: hidden;
}
