@charset "utf-8";

body {
	background-color:#6a6a6a;
}

body, table {
	font-family:'Helvetica', Arial, sans-serif;
	color: #ffffff;
	font-size: 12pt;
}

#login_box {
	background-color:#fff;
	width:400px;
	height:100px;
	margin: 40px auto;
	padding: 20px;
	text-align:center;
	vertical-align:middle;
	box-shadow:0px 0px 20px #000;
}

.login {
	width: 400px;
	height:100px;
}


.menu_style, .menu_style a  {
	color:#fff;
	font-weight:bold;
	text-decoration:none;

}


#content {
	margin:50px auto;
	width: 100%;
    
}

.input {
	width:180px;
	height:30px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-size:16pt;
	color:#fff;
	background-color:#6a6a6a;
	margin:2px;
	text-align:center;
}

.input_quantity {
	background-color:#fff;
	width:20%;
	height:130px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-size:60px;
	font-weight:bold;
	color:#000;
	padding: 20px;
	text-align:center;
	/*box-shadow:0px 0px 20px #000;	*/
    float: left;
}

.submit{
	background: #00c705;
	cursor: pointer;
	height: 30px;
    margin-top: 2px;
	padding:0px 3px 0px 3px;
    overflow: hidden;
    width: 180px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-size:14pt;
	font-weight:bold;
}

#ean_box, #packet_code_box {
	max-width:720px;
    width: 100%;
	height:130px;
	overflow:visible;
	position:relative;
	margin: 0 auto 0;

}

.input_ean {
	background-color:#fff;
	width:80%;
	height:90px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-size:80px;
	font-weight:bold;
	color:#000;
	padding: 20px;
	text-align:center;
	/*box-shadow:0px 0px 20px #000;	*/
}





#logo {
	width:280px;
	height:129px;
	margin-top:200px;
	margin: 200px auto 0;
}

@media (max-width: 979px) {
    #logo img {
        display: none;
    }
    
    #logo {
        height: 80px;
        margin: 0;
    }
    
    #save_button {
        right: 0px;
        top: -125px ;
        margin-bottom: 50px;
        position: absolute;
    }
}

#tblProductSizes {
	margin: 0 auto 0;
	width:720px;
}

#tblProductSizes th {
	background-color:#828282;
	width:33%;
	font-size:12pt;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

#tblProductSizes tr {
	font-size:25pt;
	color:#fff;
	font-weight:bold;
	text-align:center;
}


.listing {
	margin: 0 auto 0;
}
.listing th {
	background-color:#828282;
	color:#ffffff;
	font-weight:bold;
}
.listing th, .listing td {
	padding: 2px 5px 2px 5px;
	text-align:center;
}
.listing tr:nth-child(odd)
{
	background-color: rgba(255, 255, 255, .1);
}

#container_info {
	margin: 0 auto 0;
	width:720px;
	text-transform:uppercase;
}

#product_info {
	width:100%;
	text-transform:uppercase;
	flex: 1;
}

#product_info td, #container_info td {
	background-color:#828282;
	font-size:12pt;
	color:#fff;
	font-weight:bold;
	padding:2px;
}

@media (min-width: 979px) {
#save_button {
	position:absolute;
	width:219px;
	height:115px;
	left:520px;
	top:-146px;
}
}

#packetsize {
	position: absolute;
	text-align:left;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	overflow:scroll;
	overflow-x:hidden;
	width:210px;
	height:92px;
	top:-96px;
}

#customPacketsize input {
	width: 30px;
}

.save_pdf {
	background: #00c705;
	cursor: pointer;
	height: 115px;
	padding:0px 3px 0px 3px;
	border:none;
    overflow: hidden;
    width: 200px;
	color:#fff;
	text-transform:uppercase;
	font-size:30pt;
	font-weight:bold;
	box-shadow:0px 0px 20px #000;
}

#btnReset {
	background: #ff0000;
    border: medium none;
    box-shadow: 0 0 20px #000;
    color: #fff;
    cursor: pointer;
    font-size: 15pt;
    font-weight: bold;
    text-transform: uppercase;
/*    flex: 1; */
    width: 105px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#btnReset:disabled {
	cursor: inherit;
	background: #c0c0c0;
	margin-right: 1px;
}

.ui-tabs-panel {
	overflow: hidden;
}

.ui-dialog-content label {
	float: left;
	clear: both;
	display: block;
}

.ui-dialog-content span.description, .ui-dialog-content span.error {
	float: left;
	clear: both;
	display: block;
	font-size: 8pt;
}

.ui-dialog-content span.error {
	font-weight: bold;
	color: orange;	
}

.ui-dialog-content input.error {
	background-color: red;	
}

.ui-dialog-content input, .ui-dialog-content select {
	float: left;
	clear: both;
	display: block;
	margin-bottom: 15px;
}

#orderNumber {
	position: absolute;
	/*left: -250px;*/
	top: -146px;
	text-transform:uppercase;
	text-align:center;
}

#labelQuantity {
	position: absolute;
	/*left: -250px;*/
	top: -173px;
	text-transform:uppercase;
	text-align:center;
}

#orderNumber input {
	width: 210px;
	background-color:#fff;
	height:30px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-align:center;

}

#shipment_content {
	/*position: absolute;
	left: 750px;
	top: -148px;*/
	margin: 10px auto;
	max-width:720px;
    width: 100%;
}

#divPacketInfo {
	width: 720px;
	margin: 0 auto;
	display: flex;
}

.tw_quantity {
	position:absolute;
	display:block;
	background-color: #ccc;
    border: none;
    color: #000;
    font-size: 20px;
    height: 30px;
    margin-left: 519px;
    margin-top: 1px;
    text-align: center;
    width: 200px;
}



	
/*###################### BURGER ############################*/

#menuToggle
{
  display: block;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 2048;
  -webkit-user-select: none;
  user-select: none;
    background-color: #f5c033;
    padding: 8px;
    border-radius: 18px 18px 8px 8px;
    box-shadow: 2px 6px 12px 0px #000;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin: 4px 0;
  position: relative;
    background: #fff;
  

  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}





#menuToggle span:first-child
{
  transform-origin: 0% 0%;
    background: #30e300 !important;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;

}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  width: 50vw;
max-width: 300px;
  margin: 0 0 0 -50px;
  padding: 15px 50px 25px 80px ;
    top: 0;
    height: 100%;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  
  background: #fff;
  list-style-type: none;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.3s cubic-bezier(0.5,0.2,0.05,1.0);
}

#menu li
{
  padding: 6px 0;
  font-size: 14px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
	box-shadow: 5px 0px 70px #000;
}


.mblock{
    display: block;
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
	z-index: 1024;
    -webkit-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    -moz-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    -ms-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    -o-transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
    transition: opacity 0.2s 0s linear, left 0s 0.2s linear;
}
.menuopen .mblock {
    z-index: 1024;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.2s linear;
    -moz-transition: opacity 0.2s 0.2s linear;
    -ms-transition: opacity 0.2s 0.2s linear;
    -o-transition: opacity 0.2s 0.2s linear;
    transition: opacity 0.2s 0.2s linear;
}


/*###################### BURGER ############################*/


.tw_content {
    text-align: center;
}

.tw_container {
    list-style: none;
    margin: 0 auto;
    width: 100%;
        max-width: 700px;
    padding: 0;
}
.tw_container li {
    width: calc(100% - 20px);

    text-align: center;
    padding: 10px;
    background-color: #ccc;
    margin: 10px auto;
    color: #000;
}