


html {

	background-color: #fff;
	height: 100%;
    margin: 0;
}

.hero {

} 
.str {
    background-color: lightyellow;
    height: 100%;
}
.rightjustify {
	display: flex; 
	justify-content: flex-end;
}

.centerjustify {
	display: flex; 
	justify-content: center;
}
.titleimg {
	height: 100%;
	max-height: 30px;
	max-width: 96%;
}
.header {
	height: 64px;
    padding-top: 4px;

}
.fixedtop {
	position: relative;
	top: 10px;
	padding-bottom: 30px;
}

.transparent {
	background-color: transparent;
	box-shadow: none;
	   

}


.sortable {
    cursor: pointer;
}
:popover-open {
  width: 100%;
  height: 85%;
}
.sodetails {
    margin: 5%;
   
}
.sodetails thead {
    background-color: black;

}
.sodetails table {
    border: 1px solid;
}
.btnmenu:hover {
    color: white;
}
.btnmenu {
    color: white;
	min-width: 275px;
	font-family: HelveticaNeue,sans-serif;
	font-size: 18px;
	font-weight: 600;
	background-color: black;
	border: 1px solid #cfde3e;
	border-radius: 2px;
    min-height: 65px;
}
h1 {
	font-size: 28px;
	font-weight: 700;
	font-family: HelveticaNeue,Helvetica,sans-serif;
	color:  black;
}
h2 {
	font-size: 18px;
	font-weight: 600;
	font-family: HelveticaNeue-Bold,Helvetica,sans-serif;
}
font-family: HelveticaNeue-Bold,Helvetica,sans-serif;

.button {

}

.footer {
	background-color: transparent;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding:  0.25rem;

}
.bfooter {
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding:  0.5rem;

}
 #configdrop {
 	min-width: 210px;
 }
 #menubtn{
 	min-width: 125px;
 }
 #resetbtn{
 	min-width: 125px;
 	text-align: center;
 	float:  right;
 }
 .pencil {
 	float:  right;
 }
 
 .remainup {
     border-radius: 0px;

     color:  black;
         border: 1px solid black;
 	margin: 0 40px;
 }
 #remaining {
 	background-color: white;
 	font-size: 48px;
	font-weight: 600;
	font-family: HelveticaNeue-Bold,Helvetica,sans-serif;
	text-align: center;
	color:  black;
	
 }

 .menuitem {
 	margin-bottom: 32px;
 }
 #remaintitle {
 	text-align: center;
 	color:  black;
 }
 #hopper {
 	 display:block;
    margin:auto;
 }
 .hopper_section {
 	
 }
 .box {
 	display:block;
    margin:auto auto 10px auto;
    min-width: 110px;
    min-height: 64%;
    padding: 0.25rem;
    text-align: center;
     box-sizing: border-box;
     border-radius: 0px;

     color:  black;
         border: 1px solid black;

 }
 .notvisable {
 	visibility: hidden;
 	display: none;
 }

.visableon {
 	visibility: visible;
 	display: none;
 }
 .bottle {
 	height: 50%;
 }
 
 .dest {
 	height: 100%;
 }

 .from {
 	height: 70%;
 }

 .vcenter {
 	display: flex;
 	justify-content: center;
  	align-items: center;
  	height: auto;
 }
 .itemimage img {
    display:flex;
    

 }
 .itemimage {
 	    margin: 0 50px;
 }
 .footer_section {
 	margin:  3% 15%;
 }
 #footplace {
 display:block;
    margin:auto;
}
.cluster {
	padding: 0;
}
.tile.is-parent {
	padding:  3px 0;
}
.packtile {
	margin:  0 auto;
	font-family: HelveticaNeue-Bold,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: black;
}
.scanreject {
	background-color: red;
}

.parentpackage {
	font-size: 36px;
	font-weight: 400;
	font-family: HelveticaNeue-Bold,Helvetica,sans-serif;
	background-color: #f15746;
	color: whitesmoke;
	border-radius: 0px;
	border: 1px solid black;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	padding: 0 20px;
}

.blink_me {
  animation: blinker 1.25s linear infinite;
}

@keyframes blinker {
  0%,50% {
    color: whitesmoke;
    background-color: #f15746;
  }
  51%,100% {
    color: #f15746;
     background-color: whitesmoke;
  }
}
.spacetop {
	margin-top: 16px;
}
.verttop {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0.75rem 0.75rem 0 0.75rem;

}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  width: 80%;
  margin:  16px auto;
   font-size: 26px;
   border-radius: 0px;
	border: 1px solid black;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
 
  
    :popover-open#showline {
    background-color: whitesmoke;
        margin: 30px auto auto auto;
  
    min-width: 30%;
    max-width: 400px;
  
    border: 1px solid #1a1919;
  
    padding: 0px;
    overflow: hidden;
    color: CanvasText;
    backdrop-filter: blur(10px);

  
    }
.alertpop {
    text-align: center;
  padding: 10px;
  background-color: #f44336;
  color: white;
  width: 80%;
  margin:  0px auto;
   font-size: 22px;
   border-radius: 2px;
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.bottomborder {
	border-bottom: solid;
}

.dropdown-item {
	color:  black;
}
.dropdown-menu {
	border-radius: 0px;

     color:  black;
         border: 1px solid black;
}
.dropdown-trigger {
	border-radius: 0px;

     color:  black;
         border: 1px solid black;
}
.xxbutton {
	color: white;
	border-radius: 0px;
	border: 1px solid black;
}
.pencil {
	margin-left: -50px;
}

/* Modal */
#modal_wrapper.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
  }

  #modal_window {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 360px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

  #modal_wrapper.overlay #modal_window {
    display: block;
  }

  .middle {
  	margin: 16px 20%;
  	border: 1px solid black;
  	background-color: white;
  }

   

  .childs {
    max-height: 160px;
    overflow-y: scroll;
    width: 100%;
    text-align: center;
  }
  .nobullets {
 list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  }
  .labelbold {
    font-family: Urbanist-Bold;
    font-weight: 700;
  }

  .codeinfotable {
    margin:  0 auto;
    width: 100%;
  }

  .table th {
        font-family: Urbanist-Bold;
    }

      .table td, {
        font-family: Urbanist-Light;
    }
    @media (max-width: 768px) {
        h1 {
            font-size: 18px;

    }
}
    @media (max-width: 768px) {
        .bpos {
            display: flex; 
            justify-content: center;
        }
    }
 .centercodedinfo {
    min-width: 300px;
 }


.highlightcode {
    background-color: lightgray;
    font-weight: bold;
}
#timing {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#palletstatus {
    text-align: center;
}
#currenttable {
    margin: 0 auto 80px auto;

}
.table tr.is-selected {
    color: black;
}

.table thead {
     background-color: lightgray;
}
#newpallet {

    min-width: 125px;
    text-align: center;
    float:  right;
    z-index: 99;
}

@font-face {
  font-family: Urbanist-Light;  
  src: url("/fonts/Urbanist-Light.woff2");
}   
@font-face {
  font-family: Urbanist-Bold;
  src: url("/fonts/Urbanist-Bold.woff2");
}   

@font-face {
    font-family: 'HelveticaNeue';
    src: url("/fonts/HelveticaNeueLight.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url("/fonts/HelveticaNeueMedium.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}
.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}
    :popover-open#successpop {
        background-color: whitesmoke;
        width: 300px;
        height: auto;
        max-height: 140px;
        position: absolute;
        inset: unset;
        top: 5px;
        left: 50%;
        font-family: monospace;
        font-size: 28px;
        font-weight: 700;
        margin: 0 -150px;
        border: 1px solid gray;
        box-shadow: 6px 10px 5px -3px rgba(0,0,0,0.45);
        -webkit-box-shadow: 6px 10px 5px -3px rgba(0,0,0,0.45);
        -moz-box-shadow: 6px 10px 5px -3px rgba(0,0,0,0.45);
        opacity: 1;
        transform: scaleX(1);
    }
    #successpop {
        transition: 400ms linear 5ms;
          top: 5px;
        //transition: all 0.7s allow-discrete;
    }
   .monoface {
    font-family: monospace;
   }
  :popover-open#reponsepop {
    content: 'something';
    background-color: whitesmoke;
    position: absolute;
    width: fit-content;
    min-width: 95%;
    height: 95%;
    top: 0;
    left: 0;
    margin: 10px;
    border: gray;
    padding: 0.25em;
    overflow: hidden;
    color: CanvasText;
    backdrop-filter: blur(10px);

  }

  .zerohorzpadding {
    padding-left: 0;
    padding-right: 0;

  }
  .bbottom {
    max-width: 120px;
    min-width: 120px;
     min-height: 60px;
    white-space: normal;
    font-size: larger;

  }
  .centeralertbtn{
    text-align: center;
  }
  #reponsepop::backdrop {
  background-color: rgba(200, 200, 200, 0.5);
  backdrop-filter: blur(2px);
    }

    #showline::backdrop {
  background-color: rgba(200, 200, 200, 0.5);
  backdrop-filter: blur(2px);
    }
    #popinfo::backdrop {
  background-color: rgba(200, 200, 200, 0.5);
  backdrop-filter: blur(2px);
    }
    .removepointerevents {
        pointer-events: none;
    }
  .reponseimg img {
    height: 130px;
  }
  #rsptitle {
    line-height: 0.1rem;
  }
  .alertcheck {
    object-position: 0px 0;
  }

  .alertstop {
    object-position: 25.5% 0;
  }
  .alertexclaim {
    object-position: 50% 0;
  }

.alertquestion {
    object-position: 74% 0;
  }
  .alertinfo {
    object-position: 100% 0;
  }
  .buttonright {
    text-align: right;
  }
  .w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #f44336!important;
    }
    .w3-panel {
    margin-top: 16px;
    margin-bottom: 16px;
    }
    .bpos {
        padding 0.5rem 200px;
    }
    .min-header-image {
    min-width: 100px;
    }
    .btnpush {
        font-family: monospace;
        background-color: lightblue;
        margin: 2px;
    }
    .underln {
        font-weight: bold;
        background-color: #f3f3f3;
    }
    .menuoffset {
        padding-top: 48px;
    }
    .scanchrsize {
        width: fit-content;
        height: 32px;
        position: relative;
        margin: auto;
        padding: 0 8px;
    }

    .fade-in-message {
        display: none;
        margin: auto;
        padding: 10px;
        color: black;
        border: 3px solid black;
        text-align: center;
        background-color: rgba(232, 0, 0, 0.5);
        width: 200px;
        height: 100px;
        position: absolute;
        top: 50px;
        left: 30px;
  font-family: Arial;
  font-size: 18px;
  animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}