html{
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body{
  min-height: 100%;
  width: 100vw;
  opacity: 1;
  overflow-x: hidden;
  transition: 5s opacity;
}

body.fade{
  opacity: 0;
  transition: none;
}


.login-nav {
  background-color: navy;
}

.content-body{
  height: 88vh;
}


.tableData {
  height: 100vh;

}

.dataContainer {
  height: 100%;
}

th:hover{
  cursor: pointer;
}

.hide-table{
  display: none;
}

.loginForm{
  height: 800px;
}

.icons {
  font-size: 1.5em;
}
svg:hover{
  
  cursor: pointer;
}

.dragging{
  /* opacity: 0.4; */
  background-color: rgba(0, 94, 170, 0.7);
  border: 1px solid black;
}

.highlightRow{
  background-color: rgba(0, 90, 255, 0.3) !important;
}

.spec-cards{
  max-width: 650px;
  margin: 0.1em;
  padding: 0.4em;
}

.menu-links.dropdown.show:hover{
  background-color: navy;

}

.togglerLabelCombo {
  display: flex;
  flex-direction: row;
  justify-content: start;
  height: 50px;
  width: 100%;
  align-items: center;
  padding-top: 8px;
  padding-right: 2em;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.togglerLabelCombo p {
  margin: 0;
  font-family: "Comic Sans MS";
  font-size: 1.3em;
  font-weight: 300;
}

.toggleLabel {
  font-size: 1.3em;
  color: rgb( 0, 0, 128 );
  padding-left: 8px;
  font-family: "Arial";
}

.navbar-nav .dropdown-menu {
  position: absolute;

}

.dropdown .show{
  background-color: navy;

}

.logsDrop {
  width: 100%;
  height: 0px;
  overflow: hidden;
}

.logsDrop li > .menu-links {
  border: none;
}

.dropdown-menu {
  background-color: rgba(0, 0, 128, 0.4 );
}

.inventoryTitle{
  margin-left: auto;
  margin-top: auto;
  color: rgb( 0, 0, 128 );
  font-size: 1.1em;
  font-weight: 300;
  font-family: "Arial";

}

.labelBody{
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: start;
  font-size: 2em;
  padding: 2px;
  font-weight: bold;
  width: 900px;
  height: 600px;
}

.labelBody > div {
  display: flex;
  /* flex-basis: 100%; */
  width: 100%;
  padding: 9px;
  /* border: 1px solid black; */
}

.labelmid{
  width: 70%;
}

.labelBody .labelBottom {
  flex-direction: column;
  justify-content: space-between;
}

.labelBody .jobNumber {
  width: 60%;
}

.labelBody .jobQr {
  width: 40%;
}

#qrImageContainer {
  width: 150px;
}








@media screen and (max-width: 770px){
  .navbar .active{
    text-decoration: underline;
  }

  .nav-tabs .nav-link.active{
    color: #007bff;
  }

  .content-container{
    height: 80vh;
  }

  .table-container, .loginForm{
    min-height: 50vh;
    /* max-height: 500px; */
  }

  .production-container{
    min-height: 50vh;
  }

  .loginForm{
    height: 800px;
  }

  .extrusion-table{
    min-height: 350px;
    max-height: 500px;
    padding-bottom: 55px;

  }

  .top-nav{
    background-color: navy;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 270px;
    transform: translateX(-270px);
    transition: all 0.4s ease;
    z-index: 9998;
  }

  .show-nav {
    transform: translateX(0);
  }

  .welcomeBox{
    border-bottom: 1px solid #000;
  }

  .menuCloseButton{
    font-size: 2em;
  }
  
  .toggler-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* width: 50px; */
    height: 50px;
    padding: 3px;
    margin-left: 15px;
  }

  .navbarToggler{
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); */
    margin: 2.5px 0;
    width: 32px;
    height: 5px;
    background-color: rgb(0, 0, 128);
    z-index: 9999;
    border-radius: 2px;
  }

  .menu-links{
    width: 100%;
    padding-top: 5px;
    font-weight: bold;
    font-size: 1.3rem;
    border-top: 1px solid rgba(25, 255, 255, 0.1);
    border-bottom: 1px solid rgb(0, 0, 0);
  }

  .menu-links.dropdown.show:hover{
    background-color: navy;
  }

  .menu-links:hover{
    background-color: rgba(0,0,0,0.2);
  }

  .adminBorder {
    border-right: 1px solid rgba(25, 255, 255, 0.1);
  }

  .adminBorderLeft{
    border-left: 1px solid rgb(0, 0, 0);
  }

  .main-content{
    background-color: rgb(58,58,64);
  }

  .labelBody{
    border: 1px solid black;
  }
  
  .foot-nav{
    background-color: rgb(0,0,0);
    overflow: hidden;
  }

  .data-col-wrapper{
    max-height:80vh;
    background-color: rgb(255, 255, 255);
  }

  .tab-content{
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }

  .data-bubble{
    margin: 2px;
    min-height: 145px;
    height: 100%;
    border-bottom: 1px solid #000;
  }

  .data-tables{
    height: 50%;
  }

  .overflowX{
    overflow-x: scroll;
  }

  .overflowY{
    overflow-y: scroll;
  }

  .spec-cards{
    
    margin: 0.1em;
    padding: 0.4em;
  }

  .option-icons {
    display: flex;
    font-size: 2rem;
    color: rgba(58, 58, 64, 0.4);
    position: absolute;
    bottom: 20px;
    right: 25px;
  }

  .option-icons a:hover{
    color: rgba(58, 58, 64, 0.8);
  }

  .company-logo{
    margin: 0 auto;
  }

  .aluQue{
    /* margin: 8px;
    padding: 8px; */
    background-color: rgba(0, 94, 170, 0.3);
    border: 4px solid blue;
    border-radius: 12px;
  }
  .twentySixQue{
    /* margin: 8px;
    padding: 8px; */
    background-color: rgba(35, 212, 0, 0.3);
    border: 4px solid green;
    border-radius: 12px;
  }
  .shearQue{
    /* margin: 8px;
    padding: 8px; */
    background-color: rgba(255, 243, 69, 0.3);
    border: 4px solid yellow;
    border-radius: 12px;
  }

  .cidanQue{
    /* margin: 8px;
    padding: 8px; */
    background-color: rgba(255, 110, 52, 0.3);
    border: 4px solid rgb(255, 110, 52);
    border-radius: 12px;
  }

  .trumpfQue{
    /* margin: 8px;
    padding: 8px; */
    background-color: rgba(195, 0, 255, 0.3);
    border: 4px solid rgb(195, 0, 255);
    border-radius: 12px;
  }

  .sawyerQue{
    /* margin: 8px;
    padding: 8px; */
    background-color: rgba(255, 32, 32, 0.3);
    border: 4px solid rgb(255, 32, 32);
    border-radius: 12px;
  }

}


@media screen and (min-width: 768px){

  .navbar .active{
    text-decoration: underline;
  }

  .toggler-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* width: 50px; */
    height: 50px;
    padding: 3px;
    margin-left: 15px;
  }

  .navbarToggler{
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); */
    margin: 2.5px 0;
    width: 32px;
    height: 5px;
    background-color: rgb(0, 0, 128);
    z-index: 9999;
    border-radius: 2px;
  }

  .nav-tabs .nav-link.active{
    color: #007bff;
  }

  .table-container, .loginForm{
    min-height: 100vh;
    max-height: 450px;
        
  }

  .production-container{
    min-height: 60vh;
  }

  .loginForm{
    height: 800px;
  }

  .table-container .table{
    margin-bottom: 75px;
  }

  .extrusion-table{
    min-height: 60vh;
  }

  .table a{
    color: #000;
    font-size: 1.2em;
    text-decoration: underline;
  }

  .table a:hover{
    color: #007bff;
  }

  .top-nav{
    background-color: navy;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 320px;
    z-index: 30;
    transform: translateX(-320px);
    transition: all 0.4s ease;
  }

  .show-nav {
    transform: translateX(0);
  }

  .welcomeBox{
    border-bottom: 1px solid #000;
  }

  .left-nav{
    /* background-color: rgb(58, 58, 64); */
    height: 100%;
  }

  .menuCloseButton{
    font-size: 2em;
  }

  .menu-links{
    width: 100%;
    padding-top: 5px;
    font-weight: bold;
    font-size: 1.3rem;
    border-top: 1px solid rgba(25, 255, 255, 0.1);
    border-bottom: 1px solid rgb(0, 0, 0);
    
  }

  .adminBorder {
    border-right: 1px solid rgba(25, 255, 255, 0.1);
  }

  .adminBorderLeft{
    border-left: 1px solid rgb(0, 0, 0);
  }


  .menu-links.dropdown.show:hover{
    background-color: navy;
  }
  
  .menu-links:hover{
    background-color: rgba(0,0,0,0.2);
  }

  .main-content{
    background-color: rgb(58,58,64);
    height: 80vh;
  }

  .foot-nav{
    background-color: rgb(0,0,0);
    overflow: hidden;
  }

  .data-col-wrapper{
    background-color: rgb(255, 255, 255);
    height: 80vh;
  }

  .stats-col{
     height: 90%;
  }

  .tab-content{
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }

  .data-col{
    height: 100%;
  }

  .data-bubble{
    margin: 2px;
    min-height: 120px;
  }

  .spec-cards{
    max-width: 650px;
    margin: 0.1em;
    padding: 0.4em;
  }

  .overflowX-md{
    overflow-x:auto;

  }

  .overflowY-md{
    overflow-y: scroll;
  }

  .option-icons {
    display: flex;
    font-size: 2rem;
    color: rgba(58, 58, 64, 0.4);
    position: absolute;
    bottom: 25px;
    right: 32px;
  }
  
  .option-icons a:hover{
    color: rgba(58, 58, 64, 0.8);
  }

  .company-logo img{
    
    padding: 10px 0 0 5px;
  }
  .aluQue{
    margin: 8px;
    padding: 8px;
    background-color: rgba(0, 94, 170, 0.3);
    border: 4px solid blue;
    border-radius: 12px;
    
  }
  .twentySixQue{
    margin: 8px;
    padding: 8px;
    background-color: rgba(35, 212, 0, 0.3);
    border: 4px solid green;
    border-radius: 12px;
  }
  .shearQue{
    margin: 8px;
    padding: 8px;
    background-color: rgba(255, 243, 69, 0.3);
    border: 4px solid yellow;
    border-radius: 12px;
  }

  .cidanQue{
    margin: 8px;
    padding: 8px;
    background-color: rgba(255, 110, 52, 0.3);
    border: 4px solid rgb(255, 110, 52);
    border-radius: 12px;
  }

  .trumpfQue{
    margin: 8px;
    padding: 8px;
    background-color: rgba(195, 0, 255, 0.3);
    border: 4px solid rgb(195, 0, 255);
    border-radius: 12px;
  }

  .sawyerQue{
    margin: 8px;
    padding: 8px;
    background-color: rgba(255, 32, 32, 0.3);
    border: 4px solid rgb(255, 32, 32);
    border-radius: 12px;
  }

  .dashboard {
    min-height: 50vh;
  }

  .dashboard .btn { 
    margin: 10px 0 10px 0;
  }

  .labelContainer {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .labelBody{
    border: 1px solid #000;
    border-radius: 3px;
  }

  .labelForm form{
    display: flex;
    flex-direction: column;
    margin: 0 5px;
    gap: 1.2rem;
  }
  
}


/* @media print{



} */