/* ===========
   Login
 =============*/

body {
    overflow-x: visible !important;
}

tr, label, p, input {
    color: black;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-r-5 {
    margin-bottom: 5px !important;
}

.wrapper-page {
  margin: 7.5% auto;
  max-width: 550px;
}
.wrapper-page .form-control {
  height: 40px;
  padding-left: 40px;
}
.wrapper-page .form-control-feedback {
  left: 15px;
  top: 3px;
  color: rgba(76, 86, 103, 0.4);
  font-size: 20px;
}
.wrapper-page .btn-email {
  padding: 9px 20px;
}
.logo-lg {
  font-size: 26px !important;
  font-weight: 600;
  line-height: 70px;
  color: #228bdf !important;
}
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}
.ex-page-content .svg-box {
  float: right;
}
.message-box {
  margin-top: 120px;
  margin-left: 50px;
  font-weight: 300;
}
.message-box h1 {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 98px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}
#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}
#Polygon-2 {
  animation-delay: .2s;
}
#Polygon-3 {
  animation-delay: .4s;
}
#Polygon-4 {
  animation-delay: .6s;
}
#Polygon-5 {
  animation-delay: .8s;
}
@keyframes float {
  100% {
    transform: translateY(20px);
  }
}

/* Error Field */
.field_with_errors .help-block,
.field_with_errors .control-label,
.field_with_errors .radio,
.field_with_errors .checkbox,
.field_with_errors .radio-inline,
.field_with_errors .checkbox-inline,
.field_with_errors.radio label,
.field_with_errors.checkbox label,
.field_with_errors.radio-inline label,
.field_with_errors.checkbox-inline label {
  color: #e31a1a;
}

 .help-block {
  color: #e31a1a;
 }

.field_with_errors .form-control {
  border-color: #bb0707;
}

.field_with_errors .form-control:focus {
  border-color: #bb0707;
}

.field_with_errors .input-group-addon {
  color: #e31a1a;
  border-color: #bb0707;
  background-color: #e31a1a;
}

.field_with_errors .form-control-feedback {
  color: #e31a1a;
}


/*
 * Toggle Switch
 */

.toggle-switch {
  display: inline-block;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle-switch .ts-label {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-switch .ts-helper {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.26);
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.toggle-switch .ts-helper:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-switch:not(.disabled) .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

.toggle-switch input {
  position: absolute;
  z-index: 1;
  width: 46px;
  margin: 0 0 0 -4px;
  height: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.toggle-switch input:checked + .ts-helper:before {
  left: 20px;
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
  background: rgba(0, 150, 136, 0.5);
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
  background: #009688;
}

.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.toggle-switch.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*
 * Table Sorting Icon For Will Paginate
 */
 .table th .current {
   padding-right: 12px;
   background-repeat: no-repeat;
   background-position: right center;
 }

 .table th .asc:after {
   font-family: "Glyphicons Halflings";
   content: "\e155";
   float: right;
 }

 .table th .desc:after{
   font-family: "Glyphicons Halflings";
   content: "\e156";
   float: right;
 }

 .table th .both:after{
   font-family: "Glyphicons Halflings";
   content: "\e150";
   color: #c0c0c0;
   float: right;
 }

.table > thead > tr > th > a {
  color: #666666;
}

.table-style1 th{
  font-size:12px;
}

.table-style1 td{
  font-size:11px;
}

/* Paginate Info */
.paginate-info{
  padding-top: 15px;
  padding-bottom: 15px;
}

/* table hover */
tbody > tr:hover{
  background-color:#c0c0c0 !important;
  color: black !important;
}

.chosen-search-input{
    color: black !important;
}

.no-results:hover{
    background-color:#c0c0c0 !important;
    color: white !important;
}

tr.chosen{
  background-color:#c0c0c0 !important;
  color: white !important;
}

/*
 * Hide Number Text Field Plus/Minus Spin Button
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	-moz-appearance:textfield !important;
}

/*
 * Scroll Back to Top
 */
#backtop {
    position: fixed;
    left:auto;right: 20px;top:auto;bottom: 20px;
    outline: none;
    overflow:hidden;
    color:#fff;
    text-align:center;
    background-color:rgba(49,79,96,0.84);
    height:40px;
    width:40px;
    line-height:40px;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    transition:all 0.3s linear;
    z-index:999999;

    opacity:1;
    display:none;
}
#backtop:hover {
    background-color:#27CFC3;
}
#backtop.mcOut {
    opacity:0;
}

/* image */
.imagewrap {
    position: relative;
    width: 100%;
}

.imagewrap input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-delete-image {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.bottom-radius-0{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-thumbnail{
    position: relative;
    object-fit: contain;
    background: black;
    width: 200px;
    height: 200px;
}

.custom-small-thumbnail{
    position: relative;
    object-fit: fill;    
    width: 80px;
    height: 80px;
}

.chosen-container, .chosen-drop, .chosen-drop .chosen-search, .chosen-drop {
    width: 100% !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  /* Input Box has to be slightly smaller, don't know why and I don't care. */
  .chosen-search input {
      width: 100%  !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  /* Override width of the whole thing */
  .chosen-container { width:100%  !important; }

  center > .center-image {
    margin-top: 100px;
 }

 .modal-content {
    padding: 0px !important;
}

/* modal scroll bar*/
.modal-body {
    max-height: calc(100vh - 204px);
    overflow-y: auto;
    padding: 10px 30px 10px 30px !important;
}

.modal-header {
    padding: 30px 30px 10px 30px !important;
}

.modal-footer {
    padding: 10px 30px 30px 30px !important;
}

body:not(.modal-open){
    padding-right: 0px !important;
}

.table > tbody+tbody {
    border-top: 2px solid #000 !important;
}
.product-color {
    background-color: #00b19d !important;
}
.product-set-color {
    background-color: #47a7f5 !important;
}
.product-set-item-color {
    background-color: #2bc8e4 !important;
}
.product-set-item-list-color {
    background-color: #6ce9ff !important;
}

.product-color-show {
    background-color: #00b19d !important;
    color: #252932;
}
.product-set-color-show {
    background-color: #228bdf !important;
    color: #252932;
}
.product-set-item-color-show {
    background-color: #2bc8e4 !important;
    color: #252932 !important;
}
.product-set-item-list-color-show {
    background-color: #6ce9ff !important;
    color: #252932 !important;
}

.product-color-label {
    background-color: #00b19d !important;
    color: #252932;
}
.product-set-color-label {
    background-color: #228bdf !important;
    color: #252932;
}
.product-set-item-color-label {
    background-color: #2bc8e4 !important;
    color: #252932 !important;
}
.product-set-item-list-color-label {
    background-color: #6ce9ff !important;
    color: #252932 !important;
}

td.remark > textarea {
    resize: none;
}

.full-screen-height {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100vh - 360px);
    overflow-y: scroll;
}

.unassign-stock-in,
.unapprove-stock-adjustment {
    background-color: #fd6865 !important;
    color: #252932;
}

/* overwrite bootgrid style */
.bootgrid-table th>.column-header-anchor>.text{
    text-overflow: unset !important;
    white-space: unset !important;
}

.bootgrid-table td {
    text-overflow: unset !important;
    white-space: unset !important;
}

.bootgrid-table {
    table-layout: unset !important;
}

.warehouse-locations,
.warehouse-locations:hover {
    background-color: #3ddcf7 !important;
    color: #252932;
}

tr.green {
    background-color: #00b19d !important;    
    color: white;
}

tr.green:hover {
    background-color: #009886 !important;    
    color: white;
}

tr.pink {
    background-color: #f76397 !important;  
    color: white;
}

tr.pink:hover {
    background-color: #fc397d !important;  
    color: white;
}

tr.red {
    /* background-color: rgb(204, 0, 0) !important;     */
    color: red !important;
}

tr.red:hover {
    background-color: #c0c0c0 !important;
    color: red !important;
}


/* force table td input min width */
td input.form-control {
    min-width: 80px !important;
}

td input[type="number"] {
    min-width: 80px !important;
}

td textarea {
    min-width: 80px !important;
}

td .chosen-container {
    min-width: 80px !important;
}

td .chosen-container input {
    min-width: 80px !important;
}

td select {
    min-width: 80px !important;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:5px;
    left:-113%;
    max-width:210px;
    margin-top:-6px;
    margin-right:-1px;
    -webkit-border-radius:6px 6px 6px 6px;
    -moz-border-radius:6px 6px 6px 6px;
    border-radius:6px 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{
    display:block;
}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:left;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px 0;
    border-right-color:#999;
    margin-top:5px;
    margin-right:10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color:#ffffff;
}
.dropdown-menu-right {
    margin-left:0;
}

/* Cancel Line for Stock Request */
.cancel-line {
    text-decoration: line-through;
}

#calendar tr {  
    color: black !important;
}

#calendar tr:hover {  
    background-color: transparent !important;
    color: black !important;
}

#calendar .fc-content:hover {  
    background-color: #c0c0c0 !important;
    color: white !important;
}

.bootgrid-header .form-inline .form-group{
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.bootgrid-header .form-inline .actions{
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.bootgrid-header{
    padding: 0px !important;
}

table thead th {
    background-color: white;
}

table.table.dataTable.floatThead-table {
    margin-top: 0px !important;
}

textarea.dynamic_textarea {  
    min-width: 80px;  
    resize: none;
    overflow: hidden;
    height: 34px;
}  

.modal-body .tableFloatingHeaderOriginal {
    margin-left: -1vw;
}
/* Nestable list */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
  }
  .dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dd-list .dd-list {
    padding-left: 30px;
  }
  .dd-collapsed .dd-list {
    display: none;
  }
  .dd-item,
  .dd-empty,
  .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .dd-handle,
  .dd-content {
    display: block;
    margin: 5px 0;
    padding: 19px 20px;
    color: #000;
    text-decoration: none;
    border: 1px solid #e7eaec;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dd-handle span {
    font-weight: bold;
  }
  .dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
  }
  .dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  .dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }
  .dd-item > button[data-action="collapse"]:before {
    content: '-';
  }
  #nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 24px;
    line-height: 26px;
    width: 34px;
    color: #cccccc;
    margin-left: 34px;
  }
  #nestable2 .dd-item > button:before {
    content: "\f067";
  }
  #nestable2 .dd-item > button[data-action="collapse"]:before {
    content: "\f068";
  }
  .dd-content {
    padding: 15px 20px;
  }
  .dd-placeholder,
  .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
  }
  .dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
  }
  .dd-dragel > .dd-item .dd-handle {
    margin-top: 1;
  }
  .dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  }
  
  /**
  * Nestable Extras
  */
  .nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }
  #nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0;
  }
  #nestable-output,
  #nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #nestable2 .dd-handle {
    width: 34px;
    height: 34px;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    border: 1px solid #e7eaec;
    background-color: #f3f3f4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #nestable2 .dd-handle:before {
    font-family: fontAwesome;
    content: "\f0c9";
    line-height: 24px;
    color: #333333;
  }
  #nestable2 .dd-handle:hover {
    font-weight: normal;
    background-color: #E2E2E2;
  }
  #nestable2 .dd-handle:hover {
    background: #bbb;
  }
  #nestable2 span.label {
    margin-right: 10px;
  }
  #nestable-output,
  #nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  tfoot.price_footer td{
    border-color: white !important;
  }

  tfoot.price_footer td.price_display{
    white-space: nowrap;
    overflow: hidden;
  }

  td.single-line{
    white-space: nowrap !important;
    overflow: hidden !important;
  }
  
  .swal2-popup {
	  font-size: 1.6rem !important;
    }

    .sticky {
        position: fixed;
        width: 100%;
        z-index: 1001;
        padding-right: 50px;
        top: 124px;
    }
    
@media (min-width: 200px) and (max-width: 991px) {
    .sticky {
      top: 60px !important;
    }
  }

  .sticky .sticky-header-div{
    padding-top: 20px;
    background-color: white;
    padding-bottom: 5px;
  }

  .sticky-padding{
    padding-top: 50px;
  }

  
  .modal-sticky {
    position: fixed;
    width: calc(98% - 50px);
    z-index: 1001;
    top: 53px;
}
  
  .modal-sticky > .row{
    padding-top: 25px;
    background-color: white;
    padding-bottom: 5px;
    border-bottom: #000 solid 1px;
  }

  .label-cursor {
	  cursor: pointer;
  }

  /* Night Shift Switch */
  .onoffswitch {
    position: relative;
    width: 130px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .onoffswitch-checkbox {
    display: none;
  }
  .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1AB394;
    border-radius: 3px;
  }
  .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
  }
  .onoffswitch-inner:before,
  .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .onoffswitch-inner:before {
    content: "NIGHT SHIFT ON";
    padding-left: 7px;
    background-color: #1AB394;
    color: #FFFFFF;
  }
  .onoffswitch-inner:after {
    content: "NIGHT SHIFT OFF";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right;
  }
  .onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1AB394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 112px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
  }
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
  }

  #topnav .topbar-main .nav > li > .switch {
    color: #ffffff !important;
    line-height: 60px;
    padding: 0px 15px !important;
    position: relative;
    background: transparent !important;
    margin-top: 9px;
  }

  tr.danger {
    color: black;
}

tr.danger:hover > td{  
    color: black;
}

.btn-stock-control {
    background-color: #228bdf !important;
    color: #000 !important;
}

#ppl-area-list,
#ppl-area-list th,
#ppl-area-list td {
    padding: 5px;
    font-size: 12px !important;
    border-bottom: #000 solid 1px;
}

#child-item-table,
#child-item-table th,
#child-item-table td {
    padding: 5px;
    font-size: 12px !important;
    border-bottom: #000 solid 1px;
}

.flex-table {
    overflow-y: scroll;
    max-height: 600px;
}

#packing-list-items-table,
#packing-list-items-table th,
#packing-list-items-table td {
    padding: 5px;
    font-size: 12px !important;
    border-bottom: #000 solid 1px;
}

#packing-list-items-table th {
  white-space: nowrap;
  position: sticky;
  top: -1px;
  z-index: 999;
}

.sticky_table th {
    position: sticky;
    top: -1px;
    z-index: 999;
  }
  

/* #packing-list-items-table td {
  white-space: nowrap;
} */
.ppl-bold {
    font-weight: 900;
}
.ppl-result {
    background-color: #98FB98 !important;
    color: #000 !important;
}
.ppl-new-order:not(.customer-highlight) {
    background-color: #ffffff !important;
    color: #000 !important;
}

.ppl-stand-by {
    background-color: #FFDEAD !important;
    color: #000 !important;
}

.ppl-packed {
    background-color: #43FCFA  !important;
    color: #000 !important;
}

.ppl-loaded {
    background-color: #1D8348 !important;
    color: #fff !important;
}

.ppl-done {
  background-color: #F592FC !important;
  color: #000 !important;

}

.ppl-unload {
    background-color: #ffffff !important;
    color: #000 !important;
}

.ppl-picked {
  background-color: #FEFE18 !important;
  color: #000 !important;
}


div.ppl-barcode-panel {
    /* position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 130px;
    z-index:1; */
}

div.ppl-barcode-panel .panel-body {
    padding: 10px !important;
}

div.ppl-barcode-list {
    z-index:0;
}

.checkbox-no-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

tr.edited-item {
    font-weight: 900;
}

.portlet-default .panel-sub-title {
    color: #505458 !important;
    font-size: 24px !important;
}

.title-dark {
    color: #000 !important;
}

.tooltip > .tooltip-inner {
    background-color: black;
    color: white;
    padding: 5px;
}
.tooltip > .tooltip-arrow { 
    border-bottom-color:white; 
}

.tooltip table td{
    font-size: 12px;
    background-color: black;
    color: white;
}

.tooltip table th{
    font-size: 12px;
    padding: 2px;
    background-color: black;
    color: white;
}

.tooltip > table, th, td {
    border: 1px solid white;
    padding: 2px;
}
