/** Structure */
#header {
  padding: 15px;
  background: midnightblue;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.delete-msg {
  padding: 0px 5px;
  position: fixed;
  /* left: 0; */
  top: 30;
  text-align: center;
  border: 2px red solid;
  border-radius: 12px;
  background-color: #f5fc8b;
  color: black;
  font-size: large;
  font-weight: bolder;
  width: 200px;
  height: auto;
}

.rpt-link {
  font-size: 44px;
  font-weight: bolder;
  color: red;
  cursor: pointer;
}

.payrec-special {
  color: green;
}

.fixedContainer {
  /*    position: fixed;

    padding: 2em;
    background-color:#ddd;
    left: 0%;
    top: 0%;

    width:50%;
*/
  transform: translateX(0%);
}

#navigation {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  text-align: center;
  clear: both;
}

#content {
  margin-left: auto;
  margin-right: auto;
  background: lightgrey;
  height: auto;
  min-height: 200px;
  border: 3px solid midnightblue;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  overflow: auto;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  background: midnightblue;
  padding: 1rem;
  margin-bottom: auto;
  text-align: center;
  font-size: 15px;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*
div#footer {
    position: relative;
    border: 3px solid white;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
*/
/*
    width: 20%;
    margin-top: 30%;
    margin-left: 500px;
    margin-right: auto;
*/
/*
    margin-bottom: auto;
    text-align: center;
    font-size: 15px;
    color: white;
}
*/

/* Links */
#header a {
  color: #fff;
  /*    background: #436fac; */
  background: midnightblue;
  padding: 4px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bolder;
}

#header a:hover {
  background: #4d8add;
}

#note {
  width: 40%;
  border: 0px solid red;
  height: 77px;
  padding-left: 20px;
  margin-left: 10px;
}

#homelist {
  width: 15%;
  height: 100px;
  border: 0px solid green;
  text-align: left;
  margin-left: 20px;
  font-size: 20px;
}

#halfpage {
  margin: 10px;
  padding: 5px;
  width: 60%;
  height: 150px;
  font-size: 20px;
  border: 0px solid green;
}

/* #submit {
  color: black;
  font-size: 20px;
  width: 100px;
  height: 30px;
  border: darkgreen 1px solid;
  margin-left: 10px;
  margin-top: 5px;
  border-radius: 10px;
  padding-left: 0px;
  background-color: lightgray; 
background-color: lightgreen;
}

*/
/* #submitlong {
  float: left;
  color: black;
  font: bold 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  width: auto;
  margin-left: 0.15em;
  margin-top: 0.5em;
  margin-right: auto;
  border-radius: 10px;
  background-color: lightgreen;
} */

/*
#submitlong {
 clear: both;
 float:left;
 color: black;
 font: bold 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-align: center;
 width: auto;
 height: 30px;
 border: none;
 margin-left: 10em;
 margin-top:5px;
 border-radius: 10px;
 padding-left: 5px;
 background-color: lightgreen;
}
*/

/* #submit:hover {
  cursor: pointer;
  color: white;
  background: silver;
  background: green;
} */

#accordion-resizer {
  text-align: right;
  padding: 10px;
  width: 350px;
  height: auto;
}

#boxInserts {
  border: 0px solid blue;
  width: 25%;
  height: auto;
  float: left;
  text-align: right;
}

#listInserts {
  border: 0px solid green;
  float: right;
  height: auto;
  width: auto;
}

#list {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

#scrollup {
  background: url('/public/img/smallblueuparrow.png') no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 80%;
  color: white;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10%;
  right: 10%;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
  /* display: none; */
  /* border: 2px solid blue; */
  cursor: pointer;
  object-fit: fill;
  /*  z-index: 7; */
  /* text-indent:-9999px; */
}

#viewtitle {
  font-size: 20px;
  font-weight: bolder;
}

#viewdates {
  font-size: 20px;
  font-weight: bold;
  color: blue;
}

td.viewlinks {
  font-size: 1.0em;
  font-weight: bold;
  color: blue;
}

#scrolldown {
  /* background: url('../img/smallarrowup.png') no-repeat; */
  background-color: blue;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  text-indent: -9999px;
}

#ilogin {
  width: 150px;
}

/* textarea:#wmd-input {
  width: 100%;
  overflow: hidden;
  padding: 5px;
} */

/** Forms */
form {
  font: 100% verdana, arial, sans-serif;
  width: auto;
}

form label {
  display: block;
  float: left;
  /*    width: 150px;   */
  width: 175px;
  padding: 0;
  margin: 5px;
  /*    text-align: right;   */
  text-align: right;
  clear: both;
}

input:focus {
  background-color: yellow;
}

textarea:focus {
  background-color: yellow;
}

textarea {
  background-color: #F8FCCE;
}

textarea {
  /*  width:100%; */
  width: auto;
  /*direction:r; */
  display: block;
  max-width: 71%;
  line-height: 1.5;
  height: auto;
  padding: 5px 5px 10px;
  border-radius: 3px;
  border: 1px solid #F7E98D;
  font: 20px Tahoma, cursive;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* font-smoothing: subpixel-antialiased; */
  background: linear-gradient(#F9EFAF, #F7E98D);
  background: -o-linear-gradient(#F9EFAF, #F7E98D);
  background: -ms-linear-gradient(#F9EFAF, #F7E98D);
  background: -moz-linear-gradient(#F9EFAF, #F7E98D);
  background: -webkit-linear-gradient(#F9EFAF, #F7E98D);
  height: auto;
}

.checknum {
  width: 25px;
  text-align: left;
}

form input,
form select {
  /*    margin: 5px 0 0 10px;  */
  width: 100px;
  margin: 0px 0px 0px 0px;
  border: 1px solid gray;
  /*    padding: 4px; */
  text-align: left;
  /* added */
}

form input[type=submit]:hover {
  cursor: pointer;
  background: silver;
}

form button[type=submit]:hover {
  cursor: pointer;
  background: silver;
}

form input[type=reset],
form input[type=submit] {
  width: 100px;
  text-align: center;
  float: right;
}

form input[type=submit] {
  margin-left: 20px;
}

form input[type=text] {
  width: 100px;
  float: left;
}

input[type="checkbox"],
input.checkbox {
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  top: 2px;
}

input[type="date"],
input.date {
  width: 100px;
}

input[type="radio"],
input.radio {
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  top: 8px;
}

form textarea {
  height: auto;
  float: left;
  margin-left: 10px;
}

form br {
  clear: left;
}

/*
This block for users form index viewlinks
*/
#form {
  background-color: lightgray;
  height: auto;
  width: auto;
  /*
    margin-right: auto;
    margin-left: auto;
    */
  margin-top: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0px;
  /*text-align:center;*/
}

/* .gamepwb {
  width: 1.5em;
  maxlength: 2;
  background-color: red;
  color: midnightblue;
}

.gamenbr {
  width: 1.5em;
  maxlength: 2;
}

.draws {
  width: 1.5em;
} */

label {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #333;
  height: 20px;
  width: 70px;
  margin-top: 10px;
  margin-left: 10px;
  text-align: right;
  margin-right: 15px;
  float: left;
}

input {
  height: 20px;
  width: 300px;
  border: 3px solid blue;
  margin-top: 10px;

}