@charset "utf-8";

body {
    background-color: #5cc395;
}

h1 {
    text-align: center;
    color: blue;
    text-shadow:2px 2px white;
    font-weight: bold;
}

.card {
    background-color: aquamarine;
}

.mylowernav {
    z-index: 20;
}

.ui-autocomplete{
	z-index: 2000;
}

.infobar img#freightpic{
    width: 100%;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0px 0 0;
}

input[type=radio] {
     width: 20px; 
     height: 20px;
    }

/* table fix for floating headers (use the adminTable class on the table!!)*/
.adminTable th {
    position: sticky;
    top:56px;
}

/*!*fake input field to stop spam bots from signing up*!*/
.special-field {
    display:none;
}

/* make sticky divs */
div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }