
*{
   font-family: 'Poppins', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
}

.form-container{
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top:20px;
   padding-right:0px;
   padding-left:0px;
   padding-bottom:20px;
   background: #107896;
   width: 100%;
}

.form-container-top{
   min-height: 100vh;
   display: flex;
   align-items: start;
   justify-content: center;
   padding:20px;
   background: #107896;
   width: 100%;
}

.form-container form{
   padding:50px;
   border-radius: 60px;
   box-shadow: rgb(26, 219, 197) 5px 15px 35px 15px; /* Shadow around box created when hovering*/
   background: #3C6478;
   text-align: center;
   width: auto;
   max-width: 700px;
   margin-right: 30px;
   margin-left: 30px;
   margin-bottom: 00px;
   align-items: center;
   justify-content: center;
}
.form-container .bigForm form{
   margin-top:60px;
   padding:30px;
   border-radius: 60px;
   box-shadow: rgb(26, 219, 197) 5px 15px 35px 15px; /* Shadow around box created when hovering*/
   background: #3C6478;
   text-align: center;
   width: auto;
   max-width: 100%;
}

div.checkbox {
    text-align: left;
}

.form-container input.checkbox {
    width: auto;
}

label.checkbox {
    display: inline-block;
    color: white;
}

.form-container form h3{
   font-size: 40px;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 10px;
   color:#FFFFFF;
}

.form-container form h4{
   font-size: 30px;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 10px;
   color:#FFFFFF;
}

.form-container form h1.repairNumber {
    font-size:100px;
    color:#FFFF00;
}

.form-container form h1{
   font-size: 40px;
   text-transform: uppercase;
   margin-bottom: 10px;
   color:#FFFFFF;
}

.form-container h3.formTitle {
    text-align: center;
}

.form-container form input,
.form-container form select,
.form-container form textarea{
   width: 100%;
   padding:15px 15px;
   font-size: 17px;
   margin:8px 0;
   background: #FFFFFF;
   border-radius: 5px;
}

.form-container form select option{
   background: #fff;
}

.form-container form .form-btn{
   background: hsl(190, 100%, 40%);
   color: #FFFFFF;
   text-transform: capitalize;
   font-size: 20px;
   cursor: pointer;
   text-align: center
}

.form-container form .form-btn:hover{
   background: hsl(219, 100%, 59%);
   color: #fff;
}

.form-container form .btn-success{
  background: hsl(134, 61%, 41%);
  color: #fff;
}

.form-container form .btn-success:hover{
  background: hsl(143, 59%, 32%);
  color: #fff;
}

.form-container form p{
   margin-top: 10px;
   font-size: 20px;
   color: #FFFFFF;
}

.form-container h4.instruction {
    color: yellow;
}

a{
   color: #FFFF00;
}

.form-container form .error-msg{
   margin: 10px 0;
   display: block;
   background: crimson;
   color: #fff;
   border-radius: 5px;
   font-size: 20px;
   padding:10px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert a{
  color: #FF0000;
}

.alert-cafe {
  position: absolute;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  top: 10px;
  color: #155717;
  background-color: #b4f0ca;
  border-color: #155717;
}

.alert-cafe a{
  color: #FF0000;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.base {
  margin-bottom: 500px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  justify-content: center;
}

.col-md-6,
.col-md-4{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}

label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

table.cafeSummary {
    width: 100%
}

table.trackCustomer {
    width: 100%;
}

table.trackRepairs {
    width: 100%;
}

table {
    border-collapse:separate;
    border:solid white 2px;
    border-radius:6px;
}

th.cafeSummary1, td.cafeSummary1{
    text-align: center;
    width: 10%;
}

th.cafeSummary2, td.cafeSummary2{
    text-align: center;
    width: 30%;
}

th.cafeSummary3, td.cafeSummary3{
    text-align: center;
    width: 15%;
}

td.cafeSummary3{
    font-size: 25px;
}

th.trackCustomer, td.trackCustomer {
    text-align: center;
    width: 20%;
}

th.trackRepairs1, td.trackRepairs1{
    text-align: center;
    width: 10%;
}

th.trackRepairs2, td.trackRepairs2{
    text-align: center;
    width: 15%;
}

td, th {
    border-left:solid white 2px;
    border-top:solid white 2px;
    padding: 5px;
    color: white;
}

tr.liveDisplay, td.liveDisplay {
    font-size: 40px;
    font-weight: bold;
}

tr.liveDisplayConfig {
    font-size: 30px;
    font-weight: bold;
}

td.liveDisplayConfig {
    font-size: 20px;
    font-weight: bold;
}

th {
    border-top: none;
}

td:first-child, th:first-child {
     border-left: none;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}





















