html {
	height: 90%;
}
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: white;
    height: 90%;
  	font-size: 1em;
}
#form {
  background-color: white;
  height: 90%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0px;
  text-align:center;
}
.authform{
  font-family: 'RobotoSlab-Regular',serif;
  margin: 10px auto;
  font-size: 1em;
  background: white;
  color: black;
  border: none;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}
.form-group{
  display: flex;
}
.botmargin{
  margin-bottom: 20px;
}
.form-group p{
  margin: 10px 0px 10px 10px;
}
.form-group select{
  font-size: 1em;
  height: 28px;
  margin-top: 10px;
  width: 50%;
  border: 1px solid #000;
}
.form-group .decnmbr{
  width: 15%;
  text-align: right;
}
.form-group img{
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-group button{
  font-family: 'RobotoSlab-Regular',serif;
  margin: 20px auto;
  padding: 10px;
  background: var(--dwpborder);
  border: none;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  color:#000;
}
label {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #333;
  height: 20px;
  width: 20%;
  margin-top: 10px;
  margin-left: 10px;
  text-align: right;
  margin-right:15px;
  float:left;
}
input {
  height: 20px;
  width: 50%;
  border: 1px solid #000;
  margin-top: 10px;
}
input.center{
  text-align: center;
}
input.left{
  text-align: left;
}
input.right{
  text-align: right;
}
input[type=radio]{
  width: fit-content;
}
textarea{
  border: 1px solid #000;
  margin-top: 10px;
  width: 75%;
}
.fgcont{
  display:inline-block;
  white-space: nowrap;
}
input[type=checkbox]{
  vertical-align: middle;
}
input[type=submit] {
  display: block;
  width: fit-content;
  height: 40px;
  /*background-color: lightyellow;
  color: black;
  border: 2px solid black;
  cursor: pointer;
  font-size: 1.2em;*/
  margin: 20px auto;
  font-family: 'RobotoSlab-Regular',serif;
  font-size: 1.5em;
  background: var(--dwpborder);
  color: black;
  border: none;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);

  text-align: center;
}
#id, #bookid, #authorid, #editionid, #authorbookid, #documentid, #approvalid, #userid, #profileid, #orderid, #shiptoid, .readonly{
	width: 20%;
	background-color: lightgrey;
  text-align: left;
}
.uid{
	width: 20%;
	background-color: lightgrey;
  text-align: left;
}
fieldset{
  margin-bottom: 2em;
  display: flex;
  width: 35%;
}
.fscenter{
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
legend {
  text-align: left;
  font-weight: bold;
}
.legendcnter{
  text-align: center;
}
.zonearea{
  border: 2px dashed black;
  height: 100px;
}
.uploadbtn{
  display: block;
  width: 30%;
  height: 30px;
  background-color: lightyellow;
  color: black;
  margin: 10px auto;
  border: 2px solid black;
  cursor: pointer;
  font-size: 1.2em;
  text-align: center;
}
#files{
  width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#filelabel{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: 2px dashed black;
  font-size: 1.25em;
  font-weight: 700;
  color: black;
  background-color: lightyellow;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 80%;
  text-align: center;
  height: 100px;
}
.uploadgroup{
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid black;
}
#approvalform{
  border: 1px solid black;
  margin-bottom: 20px;
}
.approvedform{
  border: 1px solid darkgray;
  border-radius: 10px;
  background-color: lightyellow;
}
#shiptobtn{
  margin: 10px 0px;
  padding: 5px;
  width: 50%;
  height: 28px;
  background-color: lightsteelblue;
}
#shiptobtn a{
  text-decoration: none;
}
#ordercopies{
  width: 20%;
}
#orderform{
  width: 50%;
}
#orderform select{
  height: 28px;
  padding: 0;
}
.ordercalc{
  height: 200px;
  width: 30%;
  border: 1px solid black;
  background-color: lightgray;
}
.flexpage{
  display: flex;
  justify-content: center;
}
#ordersummary{
  border-collapse: collapse;
  margin: 0 auto;
}
#ordersummary td{
  width:fit-content;
  padding: 0 30px;
}
#ordersummary td.right{
  text-align: right;
}
tr.ordertotal{
  border: 2px solid black;
  font-weight: bold;
  background-color: lightsteelblue;

}
.dwpbutton{
  all: unset;
  box-sizing: border-box;
  border: 2px solid lightgray;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
}
