/* logify: 2026-06-30 02:36:19 */
/* css/logify.scss */
.app .sidePanel {
  transition: width 0.5s;
  width: 255px;
  height: 100%;
  background: #363a47;
  position: fixed;
  left: 0px;
  z-index: 1000; }
  .app .sidePanel .header {
    background: #2C2E35;
    width: 100%;
    height: 60px;
    padding-top: 8px; }
    .app .sidePanel .header .logo {
      display: block;
      background: #2C2E35 url("/includes/images/logify_inv_50.png") no-repeat;
      width: 139px;
      height: 50px;
      margin-left: calc(127.5px - 139px/2);
      transition: width 0.5s, margin-left 0.5s; }
  .app .sidePanel .nav {
    width: 100%;
    height: calc(100% - (90px)); }
    .app .sidePanel .nav ul {
      width: 255px;
      margin: 0px;
      padding: 0px;
      list-style: none; }
    .app .sidePanel .nav li {
      display: block;
      overflow: hidden;
      width: 255px;
      transition: width 0.5s; }
    .app .sidePanel .nav a {
      padding: 10px 0px 10px 10px;
      height: 48px;
      line-height: 29px;
      display: block;
      width: 255px;
      color: rgba(255, 255, 255, 0.7);
      cursor: pointer;
      font-weight: 300;
      text-decoration: none;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .app .sidePanel .nav a label {
        transition: opacity 0.5s, padding 0.5s;
        cursor: pointer; }
      .app .sidePanel .nav a .icon {
        display: block;
        margin-top: 4px;
        width: 30px;
        height: 20px;
        float: left;
        font-size: 20px;
        transition: padding 0.5s; }
      .app .sidePanel .nav a .arrow {
        display: block;
        margin-top: 7px;
        width: 30px;
        height: 20px;
        float: right;
        right: 0px; }
    .app .sidePanel .nav a:hover {
      background: #484d5e; }
  .app .sidePanel .minimizer {
    width: 100%;
    height: 30px;
    background: #2C2E35;
    text-align: right;
    padding: 5px 10px 0px 0px;
    transition: padding 0.5s; }
  .app .sidePanel .minimizer i {
    transform: rotate(0deg);
    color: #FFF;
    cursor: pointer;
    transition: transform 0.5s; }

.app.closedPanel .sidePanel {
  width: 60px; }
  .app.closedPanel .sidePanel .header {
    width: 100%; }
    .app.closedPanel .sidePanel .header .logo {
      margin-left: 10px;
      width: 40px; }
  .app.closedPanel .sidePanel .nav li {
    width: 60px; }
  .app.closedPanel .sidePanel .nav li:hover {
    width: 255px;
    overflow: visible; }
    .app.closedPanel .sidePanel .nav li:hover label {
      opacity: 1; }
  .app.closedPanel .sidePanel .nav a {
    width: 255px; }
    .app.closedPanel .sidePanel .nav a label {
      padding-left: 20px;
      opacity: 0; }
    .app.closedPanel .sidePanel .nav a .icon {
      padding-left: 10px; }
  .app.closedPanel .sidePanel .minimizer {
    padding: 5px 25px 0px 0px; }
  .app.closedPanel .sidePanel .minimizer i {
    transform: rotate(180deg); }

@media (max-width: 991px) {
  .app .sidePanel {
    display: none; } }

.app .content {
  width: 100%;
  padding-left: 255px;
  height: 100px;
  transition: padding 0.5s; }
  .app .content .header {
    text-align: left;
    width: calc(100% - 255px);
    position: fixed;
    top: 0px;
    height: 60px;
    padding-left: 20px;
    padding-right: 10px;
    background: #FFF;
    border-bottom: 1px solid #d8dbe0;
    transition: width 0.5s;
    z-index: 1000; }
  .app .content .header #showMenuButton {
    display: none;
    float: left;
    margin-top: 18px;
    margin-left: -15px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer; }
  .app .content .header button {
    margin-right: 15px;
    margin-top: 15px;
    transition: background 0.2s; }
  .app .content .header #actHeader {
    margin-left: 5px;
    float: left; }
  .app .content .header #userProfile {
    float: right;
    width: auto; }
  .app .content .header #userProfile .icon {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 45px;
    text-align: center; }
  .app .content .header #userProfile i {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    cursor: pointer;
    transition: color 0.15s ease; }
  .app .content .header #userProfile i:hover {
    color: rgba(0, 0, 0, 0.6); }
  .app .content .header #userProfile .badge {
    display: none;
    position: absolute;
    margin-left: -25px;
    margin-top: 12px;
    font-size: 10px; }
  .app .content .header #userProfile .icon.alerted i {
    animation: tada 1.5s ease infinite;
    color: rgba(92, 0, 0, 0.521); }
  .app .content .header #userProfile .icon.alerted .badge {
    display: inline-block; }
  .app .content .header #userProfile img {
    margin-top: -8px;
    margin-left: 15px; }
  .app .content .header #userProfile .icon.active {
    background: #F9F9F9;
    border: 1px solid #DDD;
    border-top: 0px;
    border-bottom: 0px; }
  .app .content .header #userProfile .icon .dropdown {
    display: none;
    text-align: left;
    position: absolute;
    background: #F9F9F9;
    width: 300px;
    margin-left: calc(-300px + 45px);
    line-height: normal;
    border: 1px solid #DDD;
    border-top: 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #90A4AE #F9F9F9; }
  .app .content .dropdown::-webkit-scrollbar {
    width: 11px; }
  .app .content .dropdown::-webkit-scrollbar-track {
    background: #F9F9F9; }
  .app .content .dropdown::-webkit-scrollbar-thumb {
    background-color: #90A4AE;
    border-radius: 6px;
    border: 3px solid #F9F9F9; }
  .app .content .header #userProfile .icon.active .dropdown {
    display: block; }
    .app .content .header #userProfile .icon.active .dropdown .alert {
      cursor: pointer;
      opacity: 0.85;
      transition: opacity 0.2s;
      padding: 10px 20px 10px 20px;
      margin: 0px; }
      .app .content .header #userProfile .icon.active .dropdown .alert span {
        font-weight: 500; }
      .app .content .header #userProfile .icon.active .dropdown .alert time {
        font-weight: 100;
        float: right; }
      .app .content .header #userProfile .icon.active .dropdown .alert small {
        padding-top: 10px;
        font-weight: 300;
        display: block;
        clear: both; }
    .app .content .header #userProfile .icon.active .dropdown .alert:hover {
      opacity: 1.0; }
  .app .content .act {
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px; }
    .app .content .act .row {
      margin-bottom: 25px; }
    .app .content .act .row .row {
      margin-bottom: 0px; }
  .app .content .card .chartjs {
    margin-left: -10px;
    width: calc(100% + 40px);
    margin-bottom: -20px;
    margin-left: -20px; }
  .app .content .card .chartTitle {
    font-size: 15px;
    font-weight: 400; }
  .app .content .card-header {
    font-weight: 500;
    font-size: 15px;
    opacity: 80%; }
  .app .content .card-body .callout {
    margin-top: -10px;
    margin-bottom: -10px; }
  .app .content .tableContainer {
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    /* tooltip */ }
    .app .content .tableContainer .row {
      margin: 0px;
      padding: 0px; }
    .app .content .tableContainer .actionIcon {
      float: right;
      margin-top: -2px;
      font-size: 18px;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.6);
      transition: color 0.15s ease; }
    .app .content .tableContainer .actionIcon:hover {
      color: black; }
    .app .content .tableContainer .dataTables_wrapper {
      width: calc(100%); }
    .app .content .tableContainer .dataTables_length, .app .content .tableContainer .dataTables_filter {
      font-weight: 100;
      color: rgba(0, 0, 0, 0.5);
      font-size: 14px; }
    .app .content .tableContainer .dataTables_length select {
      margin-right: 10px; }
    .app .content .tableContainer .dataTables_filter input {
      margin-left: 10px; }
    .app .content .tableContainer .dataTable tbody td {
      font-size: 15px;
      line-height: 16px;
      padding: 13px 7px 10px 7px;
      opacity: 80%;
      overflow: hidden; }
    .app .content .tableContainer .dataTable th {
      font-weight: 500;
      font-size: 15px;
      padding: 13px 7px 10px 7px;
      color: rgba(0, 0, 0, 0.5); }
    .app .content .tableContainer .dataTable th:after, .app .content .tableContainer .dataTable th:before {
      padding-top: 7px; }
    .app .content .tableContainer .dataTable td i b {
      visibility: hidden;
      position: absolute;
      width: 250px;
      font-size: 14px;
      padding: 5px 0px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      z-index: 1;
      margin-top: -5px;
      margin-left: -270px; }
    .app .content .tableContainer .dataTable td i b::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: black transparent transparent transparent; }
    .app .content .tableContainer .dataTable td i:hover b {
      visibility: visible; }
  .app .content .btn-sm .icon {
    display: inline-block; }
    .app .content .btn-sm .icon .bx {
      vertical-align: text-top;
      font-size: 16px;
      margin-right: 5px; }
  .app .content .btn-lg .icon {
    display: inline-block; }
    .app .content .btn-lg .icon .bx {
      vertical-align: text-top;
      font-size: 26px;
      margin-right: 10px; }
  .app .content form button {
    margin-right: 15px; }
  .app .content form .custom-switch {
    margin-bottom: 10px; }
  .app .content #MPLCloseForm .custom-checkbox {
    margin-left: 10px; }
  .app .content #MPLCloseForm #postMPLClose {
    margin-top: 10px; }

.app.closedPanel .content {
  padding-left: 60px; }
  .app.closedPanel .content .header {
    width: calc(100% - 60px); }

.packageInfo .title {
  display: block;
  font-weight: 400;
  text-align: left; }

.packageInfo .title:after {
  content: ':'; }

.packageInfo .value {
  display: block;
  text-align: left;
  padding-bottom: 5px; }

@media (max-width: 991px) {
  .app .content {
    padding-left: 0px; }
    .app .content .header {
      width: calc(100%); }
    .app .content #actHeader {
      clear: both;
      position: absolute;
      left: 55px; }
    .app .content #actHeader button {
      display: block;
      float: left; }
    .app .content .header #showMenuButton {
      display: block;
      padding-left: 15px; }
    .app .content .card-body .callout {
      margin: 5px 0px 5px 0px; }
    .app .content .act {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 60px; }
    .app .content .header #userProfile .icon .dropdown {
      margin-left: 0px;
      left: 0px;
      width: 100%; }
    .app .content form button {
      margin: 0px 0px 10px 0px;
      padding: 10px 0px 10px 0px;
      display: block;
      width: 100%; }
    .app .content form .custom-switch {
      margin-bottom: 10px; }
    .app .content .row {
      margin: 0px; }
    .app .content .col-lg-12, .app .content .col-lg-11, .app .content .col-lg-10, .app .content .col-lg-9, .app .content .col-lg-8, .app .content .col-lg-7, .app .content .col-lg-6, .app .content .col-lg-5, .app .content .col-lg-4, .app .content .col-lg-3, .app .content .col-lg-2, .app .content .col-lg-1 {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 15px; }
  .app.closedPanel .content {
    padding-left: 0px; }
    .app.closedPanel .content .header {
      width: calc(100%); } }

.app {
  width: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  background: #ebedef; }

html {
  width: 100%;
  height: 100%; }

.ui_loading {
  filter: grayscale(70%) blur(1px);
  cursor: progress; }

#packageAssembly li {
  background: #d9534f;
  color: #FFF;
  transition: background-color 0.15s ease; }

#packageAssembly li.collected {
  background: #5cb85c; }

#packageInspection li.underInspection {
  background: #428bca;
  color: #fff; }

#packageInspection li.fullyInspected {
  background: #5cb85c;
  color: #FFF; }

#dataTable_filters {
  display: none;
  border: 1px solid #ebedef;
  margin-top: -20px;
  padding: 10px 10px 0px 10px;
  border-radius: 3px;
  margin-bottom: 20px; }

#dataTable_filters .btn-group {
  margin-bottom: 10px; }

#dataTable_filters span {
  display: block;
  width: 100%;
  padding-bottom: 5px; }

#dataTable_filter_button {
  margin-bottom: 20px; }

.parcelService {
  overflow: hidden;
  width: 160px;
  height: 200px;
  border: 1px solid #CCC;
  border-radius: 5px;
  cursor: pointer;
  transition: border 0.1s, box-shadow 0.2s;
  float: left;
  margin-right: 10px; }

.parcelService:hover {
  border: 3px solid #428bca;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.parcelServiceImage {
  width: 160px;
  height: 120px;
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: center; }

.parcelServiceTitle {
  width: 100%;
  height: 80px;
  background: #EEE;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.barcodeField {
  cursor: pointer; }

.showBarcodeButton {
  cursor: pointer;
  font-size: 16px;
  font-weight: 0;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
  baseline-shift: -10px; }

.settingsItem {
  overflow: hidden;
  width: 160px;
  height: 200px;
  border: 1px solid #CCC;
  border-radius: 5px;
  cursor: pointer;
  transition: border 0.1s, box-shadow 0.2s;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.settingsItem:hover {
  border: 3px solid #428bca;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.settingsItem i {
  width: 160px;
  height: 120px;
  padding-top: 20px;
  text-align: center;
  font-size: 80px;
  transition: font-size 0.2s, color 0.2s;
  color: rgba(0, 0, 0, 0.6); }

.settingsItem:hover i {
  font-size: 90px;
  color: rgba(0, 0, 0, 0.8); }

.settingsItem span {
  width: 160px;
  height: 80px;
  background: #EEE;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.hlink {
  color: inherit; }

body {
  font-family: roboto;
  background-color: #F7F8F9; }

html {
  overflow-y: scroll; }

@media (max-width: 600px) {
  #pageMain .buttons button {
    width: 100%; } }

@media (max-width: 1000px) {
  #pageMain h1 {
    padding-top: 20px;
    width: 100%;
    float: none;
    clear: both; }
  #pageMain .buttons {
    width: 100%; } }

@media (max-width: 1360px) {
  #app {
    padding-left: 20px;
    padding-right: 20px; } }

#app {
  max-width: 1340px;
  margin: 0px auto; }
  #app #breadcrumb {
    clear: both;
    width: 100%;
    padding: 30px 0px 0px 0px; }
    #app #breadcrumb ul {
      padding: 0px;
      margin: 0px;
      font-size: 12px;
      font-weight: 500;
      color: #647382;
      list-style: none; }
    #app #breadcrumb li {
      float: left;
      padding-right: 10px; }
      #app #breadcrumb li i {
        font-size: 17px; }
    #app #breadcrumb li[onclick] {
      cursor: pointer; }
  #app #pageMain {
    clear: both;
    width: 100%;
    margin: 40px 0px; }
    #app #pageMain h1 {
      font-size: 26px;
      font-weight: 300;
      float: left; }
    #app #pageMain .buttons {
      float: right; }
      #app #pageMain .buttons button {
        font-size: 13px;
        border-radius: 3px;
        border: 0px;
        background-color: #4D86AC;
        color: #FFF;
        height: 36px;
        line-height: 36px;
        padding: 0px 20px 0px 20px;
        transition: box-shadow 0.2s; }
      #app #pageMain .buttons button:hover {
        background-color: #427FAA;
        box-shadow: 0px 1px 5px #4d86ac; }
  #app .container {
    clear: both;
    width: 100%;
    max-width: none;
    margin: 0px;
    padding: 0px; }
    #app .container .elm {
      padding-top: 30px;
      padding-bottom: 30px; }
  #app .userContent {
    padding-top: 30px; }
    #app .userContent h2 {
      font-size: 30px;
      font-weight: 300; }
    #app .userContent h3 {
      font-size: 26px;
      font-weight: 300; }
    #app .userContent h4 {
      font-size: 22px;
      font-weight: 300; }
    #app .userContent h2, #app .userContent h3, #app .userContent h4 {
      padding-top: 20px;
      padding-bottom: 20px; }
    #app .userContent ul {
      padding: 0px 0px 0px 20px;
      margin: 0px; }
