/* styles.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: 0 auto;
}

h1 {
    text-align: center;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}


.formButton{
    display: inline-block;
    padding: 8px;
    padding-top: 10px;
    margin-top: 20px;
    margin-left: 5px;
    font-size: 24px;
    width: 40%;
  }
  
  .navButton{
    display: inline-block;
    padding: 8px;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 18px;
    width: 30%;
  }
  
  #navDiv {
    width: 90%;
  }
  
    .fullButton{
      width: 100%;
      padding: 8px;
      padding-top: 10px;
      margin-top: 20px;
      font-size: 24px;
    }
  
    h1 {
      text-align: center;
    }
  
    .footer {
      margin-top: 20px;
      text-align: center;
    }
  
    #custinfo {
      margin-top: 20px;
    }
    
  textarea {
      display: inline-block;
      margin: 0px 10px 20px;
      padding: 5px 5px 5px 5px;
      font-size: 18px;
      width: 90%;
    }
   
  .textareaLabel{
      vertical-align: top;
      display: inline-block;
      clear: left;
      width: 100%;
      text-align: left;
  }
  
  label{
      display: inline-block;
      clear: left;
      width: 250px;
      text-align: left;
      font-size: 24px;
      margin-top: 20px;
  }
  
  input {
      display: inline-block;
      margin: 0px 10px 20px;
      padding: 5px 5px 5px 5px;
      font-size: 24px;
      width: 90%;
    }
  
    select {
      display: inline-block;
      margin: 0px 10px 20px;
      padding: 5px 5px 5px 5px;
      font-size: 24px;
      width: 90%;
    }
  
    .sunken {
          background-color: lightgrey;
          width: 85%;
          border: 5px solid rgb(151, 155, 181);
          padding: 20px;
    }
  
  
    #homeButton {
      float: left;
    }
  
    .inlineButton {
      font-size: 24px;
      margin-top: 10px;
      margin-left: 10px;
  
    }
   
    #displayDateString {
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .call-button {
      padding: 10px;
    }
  
  
  .toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
  }
  
  .toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
  }
  .toggle-switch:before, .toggle-switch:after {
    content: "";
  }
  .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
  }
  .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }
  .toggle-checkbox:checked + .toggle-switch {
    background: #56c080;
  }
  .toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
  }
  
  .toggle-checkbox {
    position: absolute;
    visibility: hidden;
  }
  
  .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
  }
  
  
  .outText {
    display: inline-block;
    margin: 0px 10px 20px;
    padding: 5px 5px 5px 5px;
    font-size: 24px;
  }
  
  #lRate {
    margin-top: 20px;
    text-align: center;
  }
  
  #pickupPopupDiv {
    display: none;
  }
  
  #pickupTableDiv {
    margin-top: 20px;
  }
  
  .table-button {
    padding: 10px;
  
  }
  
  #m-sched-nav {
    margin: 20px;
  }

  
  #partDiv {
    display: none;
    border:2px solid black;
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 2px;
    top: 2px;
    background-color: #d0e6e6;
    color: rgb(15, 15, 15);
    padding: 20px;
    font-size: 24px;
    height: 750px;
    
  }

  #lineitemDiv {
    display: none;
    border:2px solid black;
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 1px;
    top: 1px;
    background-color: #d0e6e6;
    color: rgb(15, 15, 15);
    padding: 20px;
    font-size: 24px;
    
    
  }

  #equipSelectDiv {
    display: none;
    border:2px solid black;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 6px;
    top: 50px;
    overflow-y: scroll;
    background-color: #d0e6e6;
    color: rgb(15, 15, 15);
    padding: 20px;
    font-size: 24px;
    height: 750px;
    
  }
