#grad1 {
  height: auto;
  background-color: gray; /* For browsers that do not support gradients */
  background-image: linear-gradient(
    to bottom right,
    #313335,
    #a9a9b0
  ); /* Standard syntax (must be last) */
}

#tablediv {
  width: 90%;
  max-width: 350px;
}

input[type="checkbox"] {
  transform: scale(2, 2);
  margin-right: 10px;
}

table {
  display: inline-block;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

td,
th {
  border-radius: 1px;
  -moz-border-radius: 1px;

  border: 1px solid gray;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:hover {
  background-color: #ffffcc;
}

.main {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  border: 2px solid #ccc;
  background: white;
  max-width: 500px;
}

.button {
  -webkit-appearance: none;
  background-color: #3366ff;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}
.button:hover {
  background: #2e86c1;
}

.button2 {
  -webkit-appearance: none;
  background-color: #006699;
  border: none;
  color: white;
  padding: 15px 32px;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  margin: 2px 1px;
  cursor: pointer;
  width: 250px;
}

.button2:hover {
  background: #313335;
}

.button5 {
  -webkit-appearance: none;
  background-color: gray;
  border: none;
  color: white;
  padding: 15px 32px;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  margin: 2px 1px;
  cursor: pointer;
  width: 150px;
}

.button5:hover {
  background: #313335;
}

.button6 {
  -webkit-appearance: none;
  background-color: gray;
  border: none;
  color: white;
  padding: 15px 32px;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  margin: 2px 1px;
  cursor: pointer;
  width: 250px;
}

.button6:hover {
  background: #313335;
}

.newbutt {
  background-color: #3366ff;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 8px;
  margin: 4px 2px;
  cursor: pointer;
  width: 50px;
  height: 100px;
}

.newbutt:hover {
  background: gray;
}

h1 {
  color: dark gray;
  font-family: verdana;
  font-size: 20px;
}
h2 {
  color: dark gray;
  font-family: arial narrow;
  font-size: 12px;
}
h3 {
  color: black;
  font-family: verdana;
  font-size: 18px;
  margin: 0px;
}
h4 {
  color: black;
  font-family: verdana;
  font-size: 8px;
  margin: 0px;
}

h5 {
  color: white;
  font-family: verdana;
  font-size: 100%;
}

h6 {
  display: inline;
  color: white;
  font-family: arial narrow;
  font-size: 18px;
  margin-top: 0em;
  margin-bottom: 0em;
}

p {
  color: black;
  font-family: verdana;
  font-size: 12px;
}

body {
  text-align: center;
  background-color: white;
}

form {
  display: inline-block;
  background: white;

  padding: 15px;
}

div.maxout {
  width: 500px;
}

.select select {
  padding: 15px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-size: 20px;
}

input[type="text"] {
  padding: 15px;
  background: #eeeeee;
  border: 1px solid #ccc;
  width: 250px;
  max-width: 400px;
  font-size: 20px;
}

input[type="text2"]:focus {
  border-color: #333;
}

input[type="text2"] {
  padding: 15px;
  background: #eeeeee;
  border: 1px solid #ccc;
  width: 250px;
  max-width: 400px;
  font-size: 20px;
}

input[type="text2"]:focus {
  border-color: #333;
}

input[type="email"] {
  padding: 15px;
  background: #eeeeee;
  border: 1px solid #ccc;
  width: 250px;
  max-width: 400px;
  font-size: 20px;
}

input[type="email"]:focus {
  border-color: #333;
}

input[type="tel"] {
  background: #eeeeee;
  padding: 15px;
  border: 1px solid #ccc;
  width: 250px;
  max-width: 400px;
  font-size: 20px;
}

input[type="tel2"] {
  background: #eeeeee;
  padding: 5px;
  border: 1px solid #ccc;
  width: 250px;
  max-width: 250px;
  font-size: 12px;
}

input[type="password"] {
  background: #eeeeee;
  padding: 15px;
  border: 1px solid #ccc;
  width: 250px;
  max-width: 400px;
  font-size: 20px;
}

input[type="password"]:focus {
  border-color: #333;
}

select {
  background: #eeeeee;
  display: inline-block;
  width: 150px;
  border: 1px solid #ccc;
  font-size: 15px;
}

a.navlink:link {
  color: #2e86c1;
  text-decoration: none;
}

a.navlink:active {
  color: #2e86c1;
  text-decoration: none;
}

a.navlink:visited {
  color: #2e86c1;
  text-decoration: none;
}

a.navlink:hover {
  color: #2e86c1;
  text-decoration: none;
}

.square {
  width: 100%;
  height: 1px;
}
.square2 {
  display: inline-block;
  width: 100%;
  border: 1px solid gray;
  background: white;
}

.square3 {
  display: inline-block;
  width: 100%;
  border: 1px solid gray;
  background: white;
}

.square4 {
  display: inline-block;
  width: 100%;
  border: 1px solid gray;

  background: #2874a6;
}

.square5 {
  display: inline-block;
  width: 350px;
  border: 1px solid gray;
}

.main {
  display: inline-block;
  width: 100%;

  border: 2px solid #ccc;
  background: white;
  max-width: 800px;
}

div.add {
  color: black;
  font-family: verdana;
  font-size: 12px;
}

div.qr {
  display: inline-block;
  color: black;
  font-family: verdana;
  font-size: 18px;
  text-decoration: bold;
}

.upload_message_success {
  padding: 4px;
  background-color: #009900;
  border: 1px solid #006600;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.upload_message_error {
  padding: 4px;
  background-color: #ce0000;
  border: 1px solid #990000;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.listNav,
.ln-letters {
  overflow: hidden;
  margin: 10px 0px;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
  border: 1px solid silver;
  border-right: none;
  display: block;
  float: left;
  font-size: 0.9em;
  padding: 2px 6px;
  text-decoration: none;
}

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: 0.8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.no-border td,
.no-border th {
  border: 0px !important;
}

div.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
div.pagination a {
  border: 1px solid #909090;
  margin-right: 3px;
  padding: 2px 5px;
  background-position: bottom;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
div.pagination a:hover,
div.meneame a:active {
  border: 1px solid #f0f0f0;
  background-color: #3366ff;
  color: #fff;
  font-size: 16px;
}
div.pagination span.current {
  margin-right: 3px;
  padding: 2px 5px;
  border: 1px solid #ffffff;
  font-weight: bold;
  background-color: #3366ff;
  color: #fff;
  font-size: 16px;
}
div.pagination span.disabled {
  margin-right: 3px;
  padding: 2px 5px;
  border: 1px solid #606060;
  color: #000;
  font-size: 16px;
}

#form-table .label {
  color: black;
}
