.header .navbar
{
    z-index: 999999;
}
.modal
{
    z-index: 9999999;
}

.btn-refresh {
    background-color: rgb(134, 255, 51) !important;
}

.right {
    float: right
}

.overflow-y {
    overflow-y: auto;
}


/*img*/

img.img-100 {
    width: 100%;
}


/*Display*/

.d-none {
    display: none;
}


/*Aligment*/

.center-v-h {
    text-align: center !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.center-v {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.align-h-right {
    text-align: right;
}


/*Padding Margin*/

.pb-5 {
    padding-bottom: 3rem!important;
}

.pl-0 {
    padding-left: 0rem!important;
}

.pr-0 {
    padding-right: 0rem!important;
}

.pl-3 {
    padding-left: 1rem!important;
}

.pr-3 {
    padding-right: 1rem!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-6 {
    margin-bottom: 2rem!important;
}

.my-4 {
    margin-top: 1.5rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mt-4 {
    margin-top: 1.5rem!important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem!important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem!important;
}

.py-3 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}

.px-5 {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}

.px-6 {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}

.w-100 {
    width: 100%;
}

.w-30 {
    width: 10rem;
}

.top-3 {
    top: 1rem !important;
}


/*Tables*/

td {
    vertical-align: middle;
}


/*Layout*/

.inline {
    display: inline-block;
}

.overflow-y {
    overflow-y: auto;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

input[type='number'] {
    text-align: right;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.table tbody tr.highlight td {
    background-color: #6eabb4;
}

hr.vertical {
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%, 100);
    height: 100%;
    width: 1px;
    margin: 0px;
    margin-right: 1rem;
    margin-left: 1rem;
}

/* .sticky-top-style,
.sticky-top {
    position: sticky;
    top: 0px;
} */


/*Squares*/

.square-eta {
    width: 15px;
    height: 15px;
    background-color: #007BFF;
    border: 1px solid #007BFF;
    border-radius: 4px;
    display: inline-block;
}

.square-ddo {
    width: 15px;
    height: 15px;
    background-color: #28A745;
    border: 1px solid #28A745;
    border-radius: 4px;
    display: inline-block;
}

.square-ddc {
    width: 15px;
    height: 15px;
    background-color: #FFC107;
    border: 1px solid #FFC107;
    border-radius: 4px;
    display: inline-block;
}

.warehouse_status {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-items: center;
}

.warehouse_status p {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}

.btn-status,
.btn-status:hover {
    color: white;
    font-weight: bold;
}

#scan_log tr td {
    font-weight: bold;
}

#scan_log tr td.index {
    width: 20px;
}

#scan_log tr.ok td {
    color: green;
}

#scan_log tr.error {
    color: red;
}


/*Squares*/

.square-ddo {
    width: 15px;
    height: 15px;
    background-color: #28A745;
    border: 1px solid #28A745;
    border-radius: 4px;
    display: inline-block;
}

.square-ddc {
    width: 15px;
    height: 15px;
    background-color: #ffe600;
    border: 1px solid #ffe600;
    border-radius: 4px;
    display: inline-block;
}

.square-etasu {
    width: 15px;
    height: 15px;
    background-color: #4c2882;
    border: 1px solid #4c2882;
    border-radius: 4px;
    display: inline-block;
}

.square-paysu {
    width: 15px;
    height: 15px;
    background-color: #ff8000;
    border: 1px solid #ff8000;
    border-radius: 4px;
    display: inline-block;
}

.square-collsu {
    width: 15px;
    height: 15px;
    background-color: #007BFF;
    border: 1px solid #007BFF;
    border-radius: 4px;
    display: inline-block;
}

.table-fixed {
    table-layout: fixed;
}


.table-compact
{
    font-size: 13px;
}

.table-compact tbody td
{
    padding: 2px 2px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-compact .btn
{
line-height: 1;
    font-size: 13px !important;
}

.table-compact.break-line td,.table-semi-compact.break-line td
{
    white-space: inherit;
}
.table-semi-compact
{
    font-size: 14px;
}

.table-semi-compact tbody td
{
    padding: 4px 4px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-semi-compact .btn
{
    line-height: 1.2;
    font-size: 14px !important;
}

.ui-menu .ui-menu-item-wrapper {
    z-index: 2;
}
	 
.Icon-inside {
position:relative;
}

.Icon-inside i {
position:absolute;
left:0;
top:10px;
padding:10px 10px;
color:#30A3F1;
}

.switch-border{
    padding-right: 2px;
    padding-left: 2px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 5px !important;
}

.ended-date{
    background-color: rgb(255, 181, 181);
    border-radius: 5px;
}

.hover-right:hover {
    transform: translateX(5px);
    transition: transform 330ms ease-in-out;
        
  }

  .clickable-row:hover td
  {
   font-weight: bold;
   cursor: pointer;
  }


  div.loader
  {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    backdrop-filter: blur(1px);
    display: none;
    z-index: 100000000;
  }

  div.loader .spinner
  {
    position: absolute;
    left: 50%;
    top: 50%;
  }


  .table-col-striped tbody td:nth-child(even) {
    background-color: var(--bs-table-striped-bg);
  }
  .table-col-striped
  {
  border-color: rgb(0,0,0,0.2);
}


.line-break-any{
    line-break: anywhere;
}

.vertical-line {
    border-left: 1px solid #ced4da;
    height: 100%;
    margin: 0 auto;
    width: 1px;
}