.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.validation-summary-errors ul li {
  list-style: none;
}

#reader > div:nth-child(1) > div:nth-child(1) {
  display: none;
}

#reader > div:nth-child(1) > img:nth-child(2) {
  display: none !important;
}

.popup-wrapper {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s all;
}
.popup-wrapper.walkthrough-active {
  visibility: visible;
  opacity: 1;
}
.popup-wrapper.walkthrough-active .popup-inner {
  visibility: hidden;
  opacity: 0;
}
.popup-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.popup-wrapper .popup-inner {
  transition: 0.6s all;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popup-wrapper .popup-inner .popup-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.walkthrough-focus {
  position: relative;
  z-index: 1001;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.accordion-group .accordion-item {
  color: #fff;
  margin: 7.5px 0;
}
.accordion-group .accordion-item .accordion-title {
  background-color: #2B956B;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.accordion-group .accordion-item.active .accordion-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-group .accordion-item.active .accordion-content {
  padding: 15px;
  background-color: #f9f9f9;
  color: initial;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.full-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-sm {
  font-size: 0.8em;
}

.site-brand h1 {
  font-weight: bold;
}

.nav-item.driver-coworker .assignment-info {
  font-size: 0.8em !important;
  text-transform: uppercase;
}
.nav-item.driver-coworker .nav-link {
  padding-right: 0;
}

.container-select-item {
  background-color: #f2f2f2;
  padding: 15px;
}
.container-select-item label {
  margin: 0;
  padding: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d1d3e2;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d1d3e2;
}

.bg-brand {
  background-color: #2B956B;
}

.card {
  margin-bottom: 15px;
}

.sidebar {
  position: relative;
}

.version-text {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}

.btn-default {
  background-color: #f3f3f3;
}

.label-description {
  font-size: 0.9em;
  margin-top: -10px;
  margin-bottom: 10px;
}

.img-circle {
  border-radius: 50%;
}

.img-frame {
  border: 1px solid #cecece;
}

.badge.badge-brand {
  background-color: #2B956B;
  color: #fff;
}

.table tr.disabled td {
  background-color: #cecece;
}
.table tr.cursor-pointer {
  cursor: pointer;
}
.table tr.cursor-pointer:hover {
  background-color: #f3f3f3;
}

.cursor-pointer {
  cursor: pointer;
}

.weight-input .weight-input-controls .input-button {
  padding: 15px 0;
  font-size: 2em;
}

.pagination .current {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #cecece;
  border: 1px solid #dddfeb;
}
.pagination .ellipse {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e73df;
  background-color: #fff;
  border: 1px solid #dddfeb;
}
.pagination .prev {
  display: none !important;
}
.pagination .next {
  display: none !important;
}

.form-control {
  height: auto;
  padding: 7.5px;
}

.select2-container--default .select2-selection--single {
  border-color: #cecece;
  padding: 7.5px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  color: #6e707e;
  padding-left: 0;
}

.drag-uploader {
  height: 250px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e0e7ed' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1.2em;
  padding: 30px 0;
  position: relative;
  cursor: pointer;
}
.drag-uploader.drag-over {
  background-color: #cecece;
}
.drag-uploader input {
  visibility: hidden;
}
.drag-uploader .drag-uploader-text {
  margin-bottom: 15px;
}
.drag-uploader .bottom-text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  font-size: 0.8em;
}

.uploaded-files .uploaded-file {
  margin: 15px 0;
}

.fill-brand {
  fill: #2B956B;
}

.fill-white {
  fill: #fff;
}

.form-control {
  border-radius: 3px;
}

.btn {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
}
.btn.btn-brand {
  background-color: #2B956B;
  color: #fff;
}

.fixed-brand-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #2B956B;
}

.shortcut-item {
  background-color: #2B956B;
  color: #fff;
  padding: 60px 15px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shortcut-item .icon {
  display: block;
  font-size: 3em;
}
.shortcut-item .shortcut-title {
  font-size: 2em;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}

.assignment-item {
  position: relative;
  padding-bottom: 30px;
}
.assignment-item .assignment-cancel {
  position: absolute;
  right: 0;
  bottom: 0;
}
.assignment-item .assignment-title {
  position: relative;
  font-weight: bold;
}
.assignment-item .assignment-title .assignment-priority {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1080px) {
  .priority-changer {
    font-size: 1.2em;
    margin: 5px 0;
  }
  .popup-wrapper {
    padding-top: 30px;
  }
  .popup-wrapper .popup-inner {
    transform: translateY(0) translateX(-50%);
    top: unset;
  }
}
@media (max-width: 480px) {
  .table-wrapper {
    overflow-x: scroll;
  }
  #sidebarToggleTop {
    position: absolute;
    left: 10rem;
  }
  .sidebar-toggled #sidebarToggleTop {
    position: unset;
  }
  .sidebar {
    width: 10rem;
    position: fixed;
    z-index: 1;
  }
  .sidebar .sidebar-heading {
    text-align: center;
  }
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: block;
  }
  .sidebar .sidebar-brand .sidebar-brand-text svg {
    width: 130px;
  }
  .sidebar .nav-item .nav-link {
    margin: 0 auto;
  }
  .sidebar .nav-item .collapse {
    left: 10.75rem;
  }
}

/*# sourceMappingURL=global.css.map */
