/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

	Created on : 15/01/2014, 12:11:53 PM
    Author     : larry
*/

form fieldset {
	max-width: 95%;
}

form div.fieldblock {
    float: left;
}

body.mobile form div.fieldblock {
	width: 80%;
	margin: 15px 5%;
}

form div.fieldblock label,
form div.fieldblock input,
form div.fieldblock textarea {
    display: block;
}

form div.fieldblock input,
form div.fieldblock textarea,
form div.captchablock input,
form div.chkbox2 input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    margin-right: 1.0em;
	border-color: lightgray;
	border-style: solid;
	border-width: 1px;
}

form div.fieldblock input[type="file"] {
    font-weight: 500;
    font-style: italic;
    font-size: smaller;
}


body.mobile form div.fieldblock input,
body.mobile form div.fieldblock textarea,
body.mobile form div.captchablock input,
body.mobile form div.chkbox2 input[type="text"] {
	font-size: 24pt;
	max-width: 95%;
}

body.mobile #MaintenanceRequest_UnitName,
body.mobile #HousekeepingRequest_UnitName {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body.mobile form div.checkblock input {
	font-size: 20pt;
	max-width: 80%;
}

body.mobile textarea#MaintenanceRequest_Description,
body.mobile textarea#HousekeepingRequest_Description {
	font-size: 24pt;
	max-width: 100%;
}

body.mobile img.captchaimage {
	width: 260px;
	height: 100px;
}

form div.fldrow,
form p {
    clear: both;
    padding-top: 1.0em;
}

form div.fldrow:last-of-type {
	padding-bottom: 1.0em;
}

.lbltop {
	vertical-align: top;
}

body.mobile form div.fldrow.checkblock {
	margin: 15px 5%;
}

/*form div.fieldblock label {
    margin-top: 1em;
}
*/
/*
form div.checkblock+label {
    padding-top: 1em;
    color: green;
}
*/
form div.captchablock  img.captchaimage {
    border: 1px solid;
    border-color: default;
}

label.required:after {
    content: "*";
    color: red;
}

span.asterisk {
    color: red;
}

input:read-only {
    border: 0;
}

form div.fieldblock input[type="file"] {
    font-weight: 500;
    font-style: italic;
    font-size: smaller;
}

/* rest of form button is in the master style sheet */
form button[type="submit"] {
    float: right;
}

form button[type="submit"].notext {
	float: none;
	margin-left: 1em;
}

form div.checkblock div.chkbox1 {
    float: left;
    width: 24%;
    margin-right: 1%;
	white-space: nowrap;
	margin-bottom: 0.25em;
}

body.mobile form div.checkblock div.chkbox1 {
	width: 48%;
	margin-bottom: 0.35em;
}

body.mobile form div.checkblock div.chkbox2 {
	width: 98%;
}

body.mobile form div.checkblock div.chkbox1 input[type="checkbox"],
body.mobile form div.checkblock div.chkbox1 input[type="radio"],
body.mobile form div.checkblock div.chkbox2 input[type="checkbox"],
body.mobile form div.checkblock div.chkbox2 input[type="radio"] {
	width: 1.0em;
	height: 1.0em;
}

body.mobile form div.checkblock div.chkbox1 label,
body.mobile form div.checkblock div.chkbox2 label {
	font-size: 125%;
}

form div.checkblock div.chkbox2 {
    float: left;
    width: 48%;
    margin-right: 1%;
}
#MaintenanceRequest_OtherDetail,
#HousekeepingRequest_OtherDetail {
	max-width: calc( 100% - 7em );
}
form span.reqtext {
    color: #003471;
    font-size: 0.8em;
}

#maincontent > form  div  ul  li {
	color: red;
	font-weight: 700;
}
