/*
includes/form-screen.css

Form styles for PC-screens

Author: Chris Brown

Modification:

202106291342: Created
202212141419: BTWS-41
*/



label
{
  height: 2em;
  line-height: 2em;
}


input[type="text"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="date"],
input[type="month"],
input[type="tel"],
input[type="email"],
select
{
  width: 400px;
  height: 2em;
}
textarea
{
  padding: 0.5em;
}

.form
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 10px auto;
}


.formgroup
{
  flex-direction: row;
  align-items: flex-start;
  margin-top: 2px;
  margin-bottom: 2px;  
}


.formfullrow
{
  width: 700px !important;
}


.formlabel
{
  width: 200px !important;
  height: 2em;
  line-height: 2em;
  text-align: right;
}


.formspace
{
  width: 200px !important;
  height: 1px;
}


.formcontrol
{
  width: 400px;
  min-height: 24px;
}


.formstatus
{
  width: 100px;
  height: 24px;
  line-height: 24px;
}


.formnote,
.formtext
{
  max-width: 500px !important;
}
.formtext
{
  width: 100%;
}

.formlink:hover
{
  cursor: pointer;
}


.formwarning
{
  padding: 5px;
}
